php Copy <?php $str = "This is a string"; $newStr = str_split($str, 1); print_r($newStr); ?>.
確定! 回上一頁