04 2013 档案
摘要:javascript:<script> test = "转义字符" str = "" for( i=0;i<test.length; i++ ) { temp = test.charCodeAt(i).toString(16); str += "\\u"+ new Array(5-String(temp).length).join("0") +temp; } document.write (str) alert(eval("'"+str+"'"
阅读全文

浙公网安备 33010602011771号