摘要:
时间类 2.1 短时间,形如 (13:04:06) function isTime(str) { var a = str.match(/^(\d{1,2})(:)?(\d{1,2})\2(\d{1,2})$/); if (a == null) {alert('输入的参数不是时间格式'); return false;} ... 阅读全文
posted @ 2008-03-01 19:21
石川
阅读(193)
评论(0)
推荐(0)