输入banner图图片脚本导航/分类

js中文逗号转英文实现_javascript技巧

代码如下:

function changedouhao(str){
str=str.replace(/,/ig,',');
return str;
}