参考答案:
复制1function trim(str) { 2 if (str & typeof str === "string") { 3 return str.replace(/(^s*)|(s*)$/g,""); //去除前后空白符 4 } 5}
1function trim(str) { 2 if (str & typeof str === "string") { 3 return str.replace(/(^s*)|(s*)$/g,""); //去除前后空白符 4 } 5}
最近更新时间:2021-07-07
题库维护不易,您的支持就是我们最大的动力!