js 替换 中文 汉字 字符串
时间:2018-08-31 11:11:00
收藏:0
阅读:457
alert("L威廉O加油V君E".replace(/([^\u0000-\u00FF])/g, function ($) { return escape($); }));
原文:https://www.cnblogs.com/shaoing/p/9564563.html
评论(0)