摘要:
String.prototype.Trim = function(){return this.replace(/(^\s*)|(\s*$)/g,"");} String.prototype.LTrim = function(){return this.replace(/(^\s*)/g, "");} String.prototype.Rtrim = function(){return... 阅读全文
posted @ 2009-05-02 11:07
JiaruiStone
阅读(100)
评论(0)
推荐(0)
浙公网安备 33010602011771号