有兩種語法,第二種比較次要但卻是第一種的有用的擴展。 foreach (array_expression as $value) statement foreach (array_expression as $key => $value) statement ...
確定! 回上一頁