摘要:
<SCRIPT LANGUAGE="JavaScript"> <!-- String.prototype.Trim = function() { return this.replace(/(^\s*)|(\s*$)/g, ""); } String.prototype.LTrim = function() { return this.replace(/(^\s*)/g, ""); } String.prototype.RTrim = function() { return this.replace(/(\s*$)/g 阅读全文
posted @ 2012-12-07 13:02
Uoolo
阅读(471)
评论(3)
推荐(0)

浙公网安备 33010602011771号