asp函数split()对应php函数explode() <?php//利用explode函数分割字符串到数组$source="hello1,hello2,hello3,hello4,hello5";//按逗号分离 split()函数