PHP日常 PHP explode() 函数 实例 把字符串打散为数组: <?php $str = "Hello world. I love Shanghai!"; print_r (explode(" ",$str)); ?> 定义... 07/10评论PHP explode() 函数 阅读全文