摘要: 1、原生js写法 !function () { document.getElementById('bankCard').onkeyup = function (event) { var v = this.value; if(/\S{5}/.test(v)){ this.value = v.repla 阅读全文
posted @ 2018-09-24 11:25 web前端参天大圣 阅读(1373) 评论(0) 推荐(0)