php将数组变成字符串implode和explode
如果仅仅是合并,倒简单: $new= implode(,array(a,b,c,d,e,f,g)); 但如果考虑再恢复成数组,所以一定要使用分隔符才...
2017-04-08 编程教程
128
11条记录