function trim(str){ //删除左右两端的空格 return str.replace(/(^\s*)|(\s*$)/g, ""); }
Copyright © 2024 Love Powered by .NET 9.0 on Kubernetes