1、explode() 函数的作用是把字符串打散为数组. 比如 <?php $str = "www.binbinbiji.com"; $jieguo = explode(".",$str) print_r ($jieguo); ?>.
確定! 回上一頁