• <dl id="2u8ki"><small id="2u8ki"></small></dl>
    • <rt id="2u8ki"><em id="2u8ki"></em></rt>
    • <menu id="2u8ki"></menu>
      0712-2888027 189-8648-0214
      微信公眾號(hào)

      孝感風(fēng)信網(wǎng)絡(luò)科技有限公司微信公眾號(hào)

      當(dāng)前位置:主頁(yè) > 技術(shù)支持 > Javascript/JQuery > JQuery獲取瀏覽器中URL的相關(guān)參數(shù)值代碼

      JQuery獲取瀏覽器中URL的相關(guān)參數(shù)值代碼

      時(shí)間:2016-06-30來源:風(fēng)信官網(wǎng) 點(diǎn)擊: 769次
      JQuery獲取瀏覽器中URL的相關(guān)參數(shù)值代碼

      使用方法:getParam($a);

      //獲取URL的相關(guān)參數(shù)值
          function getParam(paramName){
            paramValue ="";
            isFound =false;
            if (this.location.search.indexOf("?") ==0&&this.location.search.indexOf("=")>1){
              arrSource = unescape(this.location.search).substring(1,this.location.search.length).split("&");
              i =0;
              while (i < arrSource.length &&!isFound){
                if (arrSource[i].indexOf("=") >0){
                  if (arrSource[i].split("=")[0].toLowerCase()==paramName.toLowerCase()){
                    paramValue = arrSource[i].split("=")[1];
                    isFound =true;
                  }
                }
              i++;
              }
            }
            return paramValue;
          };
      欄目列表
      推薦內(nèi)容
      熱點(diǎn)內(nèi)容
      展開
      中文字幕无码AV黄片,亚洲天堂日本美女,国产亚洲色婷婷久久99精品91,午夜无码不卡视频 99久色图精品国产 精品熟女少妇A∨免费久久
    • <dl id="2u8ki"><small id="2u8ki"></small></dl>
      • <rt id="2u8ki"><em id="2u8ki"></em></rt>
      • <menu id="2u8ki"></menu>