我该怎么做
我用这段代码进行了测试,但是它不能正常工作。
newTemp = newTemp.mystring.replace(/“/ g,”’“);
newTemp = mystring.replace(/"/g,"'");
要么
newTemp = mystring.replace(/"/g,'\'');