JavaScript 中的 replace();

stringObj.replace(/\,/g, '');
stringObj.replace(/,/g, "");
原文地址:https://www.cnblogs.com/publicbill/p/516402.html