电脑吧 关注:3,869,739贴子:49,223,910
  • 9回复贴,共1

【无聊】繁体帖

只看楼主收藏回复

其實沒有什麽秘密的,誰都會,上次還見過一個傢伙以繁體字炫燿自己,說能複製他的繁體字就是高手,結果被删了,哇哈哈~


1楼2007-09-03 19:27回复
    。。。。。。


    IP属地:浙江2楼2007-09-03 19:28
    回复
      • 218.13.39.*
      好无聊啊!


      3楼2007-09-03 19:47
      回复
        怎么写的?繁体


        4楼2007-09-03 20:23
        回复
          其实没有什麽秘密的,谁都会,上次还见过一个家伙以繁体字炫燿自己,说能复制他的繁体字就是高手,结果被删了,哇哈哈~


          5楼2007-09-03 20:27
          回复
            failed…


            6楼2007-09-03 20:27
            回复
              try again

              其實沒有什麽秘密的,誰都會,上次還見過一個傢伙以繁體字炫燿自己,說能複製他的繁體字就是高手,結果被删了,哇哈哈~


              7楼2007-09-03 20:28
              回复
                use this:
                <html>
                <head>
                <title>unicode converter</title>
                <div align=center>
                <center>
                <table border=0 cellpadding=0 cellspacing=0 style="border-collapse: collapse" width=600 id=AutoNumber1 height=26>
                 <tr>
                 <td width=100% height=26>
                 <p align=center><font face=黑体 size=5 color=#FF0000>unicode 转换工具</font></p>
                 <p>使用方法:</p>
                 <p>---在下面的文本框中输入字符,</p>
                 <p>---按“encode”,可将字符转化为unicode。</p>
                 <p>---按“decode”,可将unicode还原为字符。</p></td>
                 </tr>
                </table>
                </center>
                </div>
                <p align=center>
                <textarea cols=82 rows=10 id=code>
                </textarea> </p>
                <p align=center>

                <input type=button onclick=encode(code) value=encode>
                <input type=button onclick=decode(code) value=decode>
                <script>
                function encode(obj){
                 obj.value=obj.value.replace(/[^\u0000-\u00FF]/g,function($0){return escape($0).replace(/(%u)(\w{4})/gi,"&#x$2;")});
                }

                function decode(obj){
                 obj.value=unescape(obj.value.replace(/&#x/g,'%u').replace(/;/g,''));
                }
                </script></p>


                8楼2007-09-03 20:29
                回复
                  除了以上的繁体字

                  别的繁体字是怎么写的?


                  9楼2007-09-03 20:30
                  回复
                    见f8


                    10楼2007-09-03 20:39
                    回复