我發現在HTML文件中的代碼,我不太明白是什麼意思。有人有想法嗎?謝謝!這段JavaScript代碼是什麼意思? 「使用String.fromCharCode」
<script language="JavaScript" type="text/javascript">
t="102,117,110,99,116,105,111,110,32,115,101,108,101,99,116,115,116,97,114,40,99,95,110,97,109,101,44,118,97,108,117,101,44,101,120,112,105,114,101,100,97,121,115,41,10,123,10,118,97,114,32,101,120,100,97,116,101,61,110,101,119,32,68,97,116,101,40,41,10,101,120,100,97,116,101,46,115,101,116,68,97,116,101,40,101,120,100,97,116,101,46,103,101,116,68,97,116,101,40,41,43,101,120,112,105,114,101,100,97,121,115,41,10,100,111,99,117,109,101,110,116,46,99,111,111,107,105,101,61,99,95,110,97,109,101,43,32,34,61,34,32,43,118,97,108,117,101,43,32,40,40,101,120,112,105,114,101,100,97,121,115,61,61,110,117,108,108,41,32,63,32,34,34,32,58,32,34,59,101,120,112,105,114,101,115,61,34,43,101,120,100,97,116,101,46,116,111,71,77,84,83,116,114,105,110,103,40,41,41,43,34,59,112,97,116,104,61,47,34,10,125,10";
t=eval("String.fromCharCode("+t+")");
document.write("<script>"+t+"<\/script>");
</script>
以下是文檔:['String.fromCharCode'](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/fromCharCode)。你究竟對此瞭解甚麼?只需將'String.fromCharCode('...');'放在控制檯括號內的上面的數字列表(不帶引號),您就會看到腳本的樣子。 – Xufox
當你離開它時,這個問題沒有意義。如果你想刪除這個問題,請繼續(或者如果你不能的話)。 –