摘要: 如图为登录页面输入的验证码的部分代码: 图片的点击事件——jQuery代码: $('#authimage').click(function() { $(this).attr("src", "authcode.aspx"); }); // 当点击验证码图片时,自动重新导向一次authcode.aspx 阅读全文
posted @ 2019-09-30 16:35 豆皮没有豆 阅读(98) 评论(0) 推荐(0)