Menu
×
×
正确
@(7)($age @(2) $x @(2) $y) {
echo "Key=" . @(2) . ", Value=" . @(2);
}
foreach($age as $x => $y) {
echo "Key=" . $x . ", Value=" . $y;
}
不正确
点击 此处 重试 正确
下一题 ❯w3exercise_input_no_0($agew3exercise_input_no_1$xw3exercise_input_no_2$y) { echo "Key=" .w3exercise_input_no_3. ", Value=" .w3exercise_input_no_4; } |