替换: d = d.replace("\"","").replace("\"","");全部替换:d = d.replace(/\"/g, ""); 转载于:https://www.cnblogs.com/zrui-xyu/p/4844356.html