php $str = "This is a string"; $newStr = str_split($str, 1); print_r($newStr); ?> 输出:. 在PHP 中使用str_split 函数将字符串转换为数组 1. 在最后 ...
確定! 回上一頁