图片验证

 图片验证
<img src="" id="captcha" />
$('#captcha').click(function () {  
            $(this).attr('src', 'http://passport.opcta.com/auth/recode' + '?' + Math.random());      
 }); 
posted @ 2016-09-23 16:23  辣牛  阅读(149)  评论(0编辑  收藏  举报