右键点击框架源,这是纯JS。变量URL ='http://bitly.com/xxxxx'(这是他们的lander的链接),当你单击图像时,它会触发此脚本。document.getElementById("top_text").innerHTML='请检查验证码框以继续前往目标页面。';document.getElementById("img_url").src='/imnotrobot.jpg';document.getElementById("bottom_text").innerHTML='如果无法提交recaptcha,请单击此处。';document.getElementById("url").onclick=gogogo;document.getElementById("bottom_text").onclick=gogogo;document.title='请检查验证码框以继续前往目标页面。';function gogogo(){top.location.replace(url);return false;}简单。