//去除空格 function Trime(string){ return string.replace(/\s/ig,""); }
原文地址:https://www.cnblogs.com/yinyl/p/9083779.html
时间: 2024-11-05 23:19:15
//去除空格 function Trime(string){ return string.replace(/\s/ig,""); }
原文地址:https://www.cnblogs.com/yinyl/p/9083779.html