国产一区二区在线免费观看,亚洲自国产拍揄拍,439 亚洲精品高清国产一久久_国产精品亚洲精品日韩动图_

0712-2888027 189-8648-0214
微信公眾號(hào)

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

當(dāng)前位置:主頁 > 技術(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;
    };

您可能感興趣的相關(guān)文章:

欄目列表
推薦內(nèi)容
熱點(diǎn)內(nèi)容
展開
奎屯市| 即墨市| 收藏| 岐山县| 特克斯县| 辽阳县| 夏邑县| 全椒县| 陵川县| 武城县| 商城县| 丹东市| 红安县| 车致| 石家庄市| 那曲县| 于田县| 洪泽县| 潮安县| 台东县| 建平县| 永宁县| 海宁市| 丰城市| 英超| 仪征市| 鹿泉市| 昌黎县| 洞口县| 肇源县| 双流县| 贵溪市| 彭水| 永平县| 衡阳市| 介休市| 大港区| 盘锦市| 建水县| 阳春市| 威远县|