<?php print_r(str_split("Hello")); ?> 定义和用法. str_split()函数把字符串分割到数组中。 语法. str_split( _string,length_ ). 实例 ...
確定! 回上一頁