09 2018 档案
js 正则表达式:密码必须由6-12位数字加字母组成
摘要:^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{6,12}$
阅读全文
js计算日期增加
摘要:2018-6-27 星期三 $(".next").on('click',function(){ // next=true; // pre =false; // UpData(pre,next); // date.yyyy = Number($('.year').text()); // da...
阅读全文