摘要: function noSpace(x){ if(x.match(/\s*/g)){ return x.replace(/\s*/g,""); }else{ return x; } } function noSpace(x){ return x.replace(/\s/g, ''); } functi 阅读全文
posted @ 2019-12-13 08:57 ukyo--碳水化合物 阅读(818) 评论(0) 推荐(0)