⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vcode.js

📁 人事管理系统论文(全) 亏我找了三四天才找到的东西
💻 JS
字号:
function refreshC_code(aid)
{	
    var pp= Math.round((Math.random()) * 100000000);
	document.getElementById("VerificationPic").src = "http://comment.blog.hexun.com/inc/vcodepic.aspx?pp="+pp;
}

function refreshCode(aid)
{	
    var pp= Math.round((Math.random()) * 100000000);
	document.getElementById("VerificationPic").src = "http://comment.blog.hexun.com/inc/vcodepic.aspx?articleid=" + aid + "&pp="+pp;
}

function refreshCodeV2(aid)
{	
    var pp= Math.round((Math.random()) * 100000000);
	document.getElementById("VerificationPic").src = "http://comment.blog.hexun.com/inc/vcodepic.aspx?articleid=" + aid + "&pp="+pp;
	if (document.getElementById("vcodeHint"))
    {
        document.getElementById("vcodeHint").innerHTML = "看不清楚?换一张吧。";
    }
    if (document.getElementById("vcodeShow"))
    {
        document.getElementById("vcodeShow").innerHTML = "1";
    }
}

function showCode(aid)
{
    if (document.getElementById("vcodeShow"))
    {
        if (document.getElementById("vcodeShow").innerHTML == "0")
        {
            refreshCodeV2(aid);
        }
    }
}


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -