中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

vue如何獲取地址欄的參數

vue
養魚的貓咪
205
2021-05-10 11:56:26
欄目: 編程語言

vue如何獲取地址欄的參數

具體方法如下:

1.使用params方式獲取地址欄參數

export default new Router({

routes: [

{ path: '/', name: 'LoginView', component: LoginView },

{ path: '/home', name: 'HomeView', component: HomeView }

]

})

this.$route.params.userName


2.采用正則表達式獲取地址欄參數

function GetQueryString(name)

{

var reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)");

var r = window.location.search.substr(1).match(reg);

if(r!=null)return unescape(r[2]); return null;

}

alert(GetQueryString("參數名1"));

alert(GetQueryString("參數名2"));

alert(GetQueryString("參數名3"));


0
东丰县| 饶河县| 临泽县| 龙江县| 大名县| 杭锦后旗| 孟津县| 沾化县| 额济纳旗| 迭部县| 政和县| 武邑县| 彭阳县| 潍坊市| 金沙县| 罗山县| 黄大仙区| 石首市| 会宁县| 高州市| 隆尧县| 中牟县| 张家界市| 千阳县| 通州区| 新平| 大化| 黄龙县| 恩平市| 江永县| 济宁市| 合江县| 于都县| 双鸭山市| 黎川县| 瑞金市| 襄垣县| 石嘴山市| 仁寿县| 绥中县| 双流县|