本文共 106 字,大约阅读时间需要 1 分钟。
<javascript>
String.prototype.trim = function()
{
return this.replace(/(^\s*)|(\s*$)/g,"")
}
</javascript>
转载地址:http://auznl.baihongyu.com/