摘要: $(document).ready(function () { var code ; //在全局定义验证码 1.将函数写好 function createCode(){ code = ""; var codeLength = 4;//验证码的长度 var checkCode = document.getElementById... 阅读全文
posted @ 2019-02-21 19:01 bingxiaoxiao 阅读(1691) 评论(0) 推荐(0)