Trio ȨÆäÀÌÁö ASCII °ªÀ» ã¾Æ¿À´Â escape() ±â´É ¿¹Á¦ Javascript ¿¹Á¦ ¸ÞÀÎÆäÀÌÁö


HTML Code
<body> .. <img src=../gif/rfbtexm1.gif><br><br> <div class=brown> <script Language="Javascript"> <!-- °¨Ãã document.write('escape("A")=',escape("A")+' ') document.write('<span class=teal>unescape(\"&\#65\")=<b>'+unescape("A")+ '</b> unescape("%41")=<b>'+unescape('%41')+'</b></span><br>') document.write('escape("1")=',escape("1"),' ') document.write('<span class=teal>unescape(\"&\#49\")=<b>'+unescape("1")+ '</b> unescape("%31")=<b>'+unescape('%31')+'</b></span><br>') document.write('escape("}")=',escape("}"),' ') document.write('<span class=teal>unescape(\"&\#125\")=<b>'+unescape("}")+ '</b> unescape("%7D")=<b>'+unescape('%7D')+'</b></span><br>') document.write('escape("A}3")=',escape("A}3"),' ') document.write('<span class=teal>unescape(\"&\#65&\#125&\#51\")=<b>'+ unescape("A")+unescape("}")+unescape("3")+'</b> unescape("A%7D3")=<b>'+ unescape('A%7D3')+'</b></span><br>') document.write('escape("1234")=',escape("1234"),'<br>') str1="ABCDEF"; document.write('escape(',str1,')=',escape(str1)+'<br>') str2="A B C"; document.write('escape(',str2,')=',escape(str2),'<br>') str3="abcdef"; document.write('escape(',str3,')=',escape(str3),'<br>') str4="a b c:"; document.write('escape(',str4,')=',escape(str4),'<br>') str5="!#$%;,"; document.write('escape(',str5,')=',escape(str5),'<br>') str6="^&*()~"; document.write('escape(',str6,')=',escape(str6),'<br>') str7="?/<>=|"; document.write('escape(',str7,')=',escape(str7),'<br>') str8="@./-_+"; document.write('escape(',str8,')=',escape(str8),'<br>') str9="ÇѱÛ"; document.write('escape(',str9,')=',escape(str9),' ') document.write('<span class=teal>unescape("%uD55C%uAE00")=<b>', unescape("%uD55C%uAE00"),'</b></span><br>') // °¨Ãã ³¡ --> </script> </body>

¹ø¿ª¹® ¼ÒÀ¯ÀÚ - Trio ȨÆäÀÌÁö Á¦°ø ÀÌ ¹®¼­(http://trio.co.kr/webrefer/jsex/xescape.html)´Â
ÀÚÀ¯·ÎÀÌ ¿¬°á »ç¿ëÀÌ °¡´ÉÇÔ.
¿¹Á¦ ¸Þ´º·Î