JS在url中传递参数时参数包含中文乱码的问题

1.传参页面JavaScript代码:

window.location.href="test.jsp?username="+username;

2.接收参数页面:

window.onload=function(){
			var user = GetRequest()
			document.getElementById("userinfo").innerHTML = "欢迎:"+user.username+"同学";
			document.getElementById("user").value=user.username;
		}
		
		function GetRequest() {
	        var url =decodeURI(decodeURI(location.search)); //获取url中"?"符后的字串,使用了两次decodeRUI解码
	        var theRequest = new Object();
	        if (url.indexOf("?") != -1) {
	            var str = url.substr(1);
	            strs = str.split("&");
	            for (var i = 0; i < strs.length; i++) {
	                theRequest[strs[i].split("=")[0]] = unescape(strs[i].split("=")[1]);
	            }
	            return theRequest;
	        }
		}

参考:https://www.cnblogs.com/xushengguan/p/7404749.html

全部评论

相关推荐

头像
11-27 17:08
已编辑
牛客_产品运营部_私域运营
腾讯 普通offer 24k~26k * 15,年包在36w~39w左右。
点赞 评论 收藏
分享
11-02 09:49
已编辑
货拉拉_测试(实习员工)
热爱生活的仰泳鲈鱼求你们别卷了:没事楼主,有反转查看图片
点赞 评论 收藏
分享
我已成为0offer的糕手:别惯着,胆子都是练出来的,这里认怂了,那以后被裁应届被拖工资还敢抗争?
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务