js
String.prototype.trim = function() { return this.replace(/^\s+|\s+$/g, ''); }
jq
$.trim(str)
参考
本文标题:js/jq去除首尾空格
本文链接:https://www.haomeiwen.com/subject/iyqluftx.html
网友评论