emplode函数的问题emplode("@",$row)中@是什么意思 [解决办法]以 @ 分割 [解决办法]emplode???是implode才对吧$row = array(1,2,3);implode("@",$row);结果就是 1@2@3就是将数组已@为连接符,组成字符串