摘要: function removeAllSpace(str) { return str.replace(/\s+/g, ""); } 阅读全文
posted @ 2018-11-14 11:28 代码收集-ASP。JS代码 阅读(187) 评论(0) 推荐(0)