在“ foreach”循環中獲取數組鍵(Getting the array key in a 'foreach' loop) ... foreach ($array as $key => $value) { echo("$value is assigned to key: $key"); } ...
確定! 回上一頁