ホームページ > に質問 > 本文
次のプログラムの出力結果は________
$str=”来たときと同じように静かに出発します”;
$arr=str_split($str,5);
echo $arr[2];
藏色散人2019-01-08 16:36:11
c 退出