📄 login_img.js
字号:
function showLoginImg(){
document.write("<img src='http://nverify.paipai.com/getimage?"+Math.random()+"' align='absmiddle' id='loginImg'> <a href='javascript:refreshLoginImg()'>刷新</a>");
}
function refreshLoginImg(){
document.getElementById("loginImg").src="http://nverify.paipai.com/getimage?"+Math.random();
}
function showVerifyImg(){
document.write('<div style="margin-bottom:5px"><a href="javascript:refreshVerifyImg();" >看不清,换一张</a></div>');
document.write("<img src='http://ptlogin2.paipai.com/getimage?aid=17000101&CacheTime="+Math.random()+"' align='absmiddle' id='loginImg'>");
}
function refreshVerifyImg(){
document.getElementById("loginImg").src="http://ptlogin2.paipai.com/getimage?aid=17000101&CacheTime="+Math.random();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -