使用循环添加符号到几个字符当中
如 abc gg cc 存放在数组中
使用foreach
first=true
foreach(){
if(!first)
添加分隔字符
....
first=false
}
此方法很巧妙