js-替换“单引号”、“双引号”、“尖括号”
2021-05-11 21:27
阅读:509
标签:单引号 双引号 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 - 选择器
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:js-替换“单引号”、“双引号”、“尖括号”
文章链接:http://soscw.com/index.php/essay/84405.html
文章标题:js-替换“单引号”、“双引号”、“尖括号”
文章链接:http://soscw.com/index.php/essay/84405.html
评论
亲,登录后才可以留言!