111
返回后,转换为字符串
在替换为为分号就好了啊~
replace 替换一下 :
var b = this.getValue();
var c = b.replace(',','|');
alert(c);
替换一下再弹出
b.replace(",", "分隔符");