标签:
#把数组转变成字符串 array(‘Admin‘,‘Abc‘)==>> AdminAbc return implode(‘‘, $table_Name);
如果将一维数组编程一个字符串
原文地址:http://www.cnblogs.com/hgj123/p/4385319.html