php利用str_split()函数将相连字符串转为字符数组,只需要将str_split()函数的第二个参数设置为1,或者省略即可将连续的字符串转为字符数组。 php代码如下: <?php header("Content-t