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