首页
技术人生
登录
6mi
u
盘
搜
搜 索
技术人生
js中去除所有空格
js中去除所有空格
技术
2025-04-13
39
方法
function strTrim(str){ str = str.replace(/(^/s*)|(/s*$)/g, ""); return str;}
转载请注明原文地址: https://ibbs.8miu.com/read-2265087.html
最新回复
(
0
)