摘要: 参考了别人的经验,自己整理过的关于日期时间校验Javascript脚本: //去掉两段空格String.prototype.Trim = function(){ return this.replace(/(^\s*)|(\s*$)/g,"");}//********************** 方法一 **********************//*****************... 阅读全文
posted @ 2005-07-11 16:49 可乐加冰 阅读(3293) 评论(0) 推荐(0)