js去掉双引号

 替换:

d = d.replace("\"","").replace("\"","");

全部替换:

d = d.replace(/\"/g, "");
posted @ 2015-09-28 16:33  花语苑  阅读(7404)  评论(0编辑  收藏  举报