js-替换“单引号”、“双引号”、“尖括号”
2021-05-11 21:27
阅读:522
标签:单引号 双引号 ace 替换 replace 括号 rip str pre js-替换“单引号”、“双引号”、“尖括号” 标签:单引号 双引号 ace 替换 replace 括号 rip str pre 原文地址:https://www.cnblogs.com/yuzhen0228/p/12015857.html
var str="";
str=str.replace(/\‘/g,"’");//替换半角单引号为全角单引号
str=str.replace(/\"/g,"”");//替换半角双引号为全角双引号
str=str.replace(/,"《").replace(/>/g,"》");
上一篇:jQuery - 选择器
评论
亲,登录后才可以留言!