如何使用ECMAScript从字符串中用“\\”替换“\”?

时间:2017-05-04 14:26:00

标签: javascript

试过:

str="test\hello";

str= str.replace(/\\/g,"\\\\");

但它没有用。 有人能帮助我吗?

0 个答案:

没有答案