以下PHP 程式建立單引號字串(single-quoted string): ... <?php $arr = str_split("Hello World"); foreach ($arr as $char) { echo $char, PHP_EOL; }.
確定! 回上一頁