String.prototype.LTrim = function () {
return this.replace(/(^\\s*)/g, \"\");
}
String.prototype.RTrim = function () {
return this.replace(/(\\s*$)/g, \"\");
}
//#endregion
本文地址:https://www.stayed.cn/item/20599
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我