标签:ring 原型 pre type 实现 OLE 字符 arp div
String.prototype.nospace = function(){ return this.replace(/\s/g,"") } var str = " hello world "; console.log(str.nospace()); //helloworld
标签:ring 原型 pre type 实现 OLE 字符 arp div
原文地址:https://www.cnblogs.com/ccyq/p/11294595.html