摘要:
validate: function(value) { var pattern = /[`~!@#$%^&*()_+<>?:"{},.\/;'[\]]/im; if (value '' || value null) return false; if (pattern.test(value)) { r 阅读全文
posted @ 2018-09-10 13:57
Mr_R
阅读(4630)
评论(0)
推荐(1)
摘要:
Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHours(), // 阅读全文
posted @ 2018-09-10 13:46
Mr_R
阅读(1189)
评论(0)
推荐(0)

浙公网安备 33010602011771号