摘要: 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 阅读(4613) 评论(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 阅读(1183) 评论(0) 推荐(0) 编辑