1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. javascript中encodeURI和decodeURI的使用方法

        時間:2024-07-14 12:27:50 JavaScript 我要投稿
        • 相關推薦

        關于javascript中encodeURI和decodeURI的使用方法

          關于java script中encodeURI和decodeURI的使用方法

          一、基本概念

          encodeURI和decodeURI是成對來使用的,因為瀏覽器的地址欄有中文字符的話,可以會出現不可預期的'錯誤,所以可以encodeURI把非英文字符轉化為英文編碼,decodeURI可以用來把字符還原回來。encodeURI方法不會對下列字符進行編碼:":"、"/"、";" 和 "?",encodeURIComponent方法可以對這些字符進行編碼。

          decodeURI()方法相當于java.net.URLDecoder.decode(URIString, "UTF-8");

          encodeURI()方法相當于java.net.URLEncoder.encode(URIString, "UTF-8");

          二、例子

          復制代碼 代碼如下:

          var uriStr = "http://www.baidu.com?name=張三&num=001 zs";

          var uriec = encodeURI(uriStr);

          document.write("編碼后的" + uriec);

          var uridc = decodeURI(uriec);

          document.write("解碼后的" + uridc);

          編碼后的http://www.baidu.com?name=%E5%BC%A0%E4%B8%89&num=001zs

          解碼后的http://www.baidu.com?name=張三&num=001 zs

        【javascript中encodeURI和decodeURI的使用方法】相關文章:

        Javascript中arguments對象的詳解和使用方法08-20

        詳解JavaScript中的splice()使用方法08-20

        關于javascript對象之內置和對象Math的使用方法10-08

        JavaScript中的with關鍵字07-24

        在Java中執行JavaScript代碼07-14

        Javascript中typeof 用法歸納09-27

        抽象語法樹在JavaScript中的應用08-18

        JavaScript中的三種對象10-24

        perl- javascript中class的機制05-03

        Javascript函數的定義和用法分析08-15

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>