Nov 25
权当记事本一用。
◎document.write
\144\157\143\165\155\145\156\164\56\167\162\151\164\145
◎alert
\141\154\145\162\164
或:
\x61\x6c\x65\x72\x74
3 Responses to “document.write——–alert”
Leave a Reply
You must be logged in to post a comment.
11月 25th, 2007 at 8:38 pm
最好把编码格式都说清楚啊。:)
11月 25th, 2007 at 10:58 pm
需要它的人自是明白是什么。比如,看到一加密网页中,有:
window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x77\x72\x69\x74\x65"] (t);
那么只需要改成window["\x61\x6c\x65\x72\x74"] (t);
11月 26th, 2007 at 5:28 pm
我的意思是说哪个是十六进制,哪个是八进制还是标明的好的啊。要不象我这种菜鸟就看不明白了