摘要: public String sendCode(String phoneString){ String code=createRandomVcode();//验证码 // 用户名 String name="nangcheng"; // 密码 String pwd="405D046F8845AF375C 阅读全文
posted @ 2017-12-21 15:04 枫沫 阅读(200) 评论(0) 推荐(0) 编辑
摘要: function invokeSettime(obj){//发送验证码倒计时 var countdown=60; settime(obj); function settime(obj) { if (countdown == 0) { $(obj).attr("disabled",false); $( 阅读全文
posted @ 2017-12-21 15:04 枫沫 阅读(158) 评论(0) 推荐(0) 编辑