implode和explode

implode是把数组元素合成字符串implode(separator,string)

explode是把字符串拆开成数组explode(separator,string)

你可能感兴趣的:(String)