string.prototype.trim = function()
{
return this.replace(/(^[\s]*)|([\s]*$)/g, );
}
以上的這個方法是通過正則表達式來去除文本內(nèi)容的空格
2025國考·省考課程試聽報名