摘要:
// 邮编格式验证、验证码格式验证 this.zipCodeTest = /^\d{6}$/ // 1-100正整数 this.positiveIntegerTest = /^\d{1,3}$/ // 座机格式验证 this.landlineAreaCodeTest = /^(\d{3,4})$/ 阅读全文
posted @ 2020-08-28 10:37
鸿兮萄
阅读(278)
评论(0)
推荐(0)
摘要:
html2canvas(document.querySelector('#index'),{ dpi: window.devicePixelRatio * 2 }).then(function(canvas) { document.querySelector(".canvas").setAttrib 阅读全文
posted @ 2020-08-28 10:35
鸿兮萄
阅读(591)
评论(0)
推荐(0)

浙公网安备 33010602011771号