php字符串转数组、数组转字符串

于 2024-04-28 发布 阅读量215  

explode('*',$str) //字符串转数组
implode('*',$array)  //数组转字符串