海南苯概企业管理有限公司

0712-2888027 189-8648-0214
微信公眾號

孝感風信網(wǎng)絡科技有限公司微信公眾號

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

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

時間:2016-06-30來源:風信官網(wǎng) 點擊: 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)容
熱點內(nèi)容
展開
祁门县| 谷城县| 丹江口市| 泗洪县| 耿马| 福清市| 聊城市| 安西县| 长子县| 武强县| 常山县| 淄博市| 台东市| 饶平县| 灵石县| 宜君县| 清水县| 百色市| 修水县| 唐山市| 华亭县| 杭锦后旗| 淮阳县| 宿松县| 油尖旺区| 华池县| 博湖县| 芦溪县| 威海市| 兴义市| 土默特右旗| 光泽县| 奉贤区| 西昌市| 玉门市| 成都市| 罗定市| 济南市| 城固县| 上饶市| 尼木县|