suchen

Heim  >  Fragen und Antworten  >  Hauptteil

javascript - 站长工具的JS混淆加密压缩后是怎么用的?

站长工具的JS混淆加密压缩后是怎么用的?

alert('111);

加密压缩后是这样的
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;}('0('1);',2,2,'alert|111'.split('|'),0,{}))

我要怎么使用这个加密后的JS代码呢

给我你的怀抱给我你的怀抱2754 Tage vor556

Antworte allen(1)Ich werde antworten

  • 漂亮男人

    漂亮男人2017-05-16 13:08:46

    你把混淆后拿到的那段代码替换原来的代码就行。浏览器会解析并且运行的。除了用这种站长工具之外你还可以自己配置Gulp或者Webpack这些自动化构建工具自动的完成这些操作。

    Antwort
    0
  • StornierenAntwort