页面跳转页面带参数并接收参数

由于项目中的一些问题须要用到window.location.href进行页面跳转可是还须要一些参数的传递, window.location.href="/assets/html/man.html?id="+id; 这里id就是我要传递到指定页面的值,在指定页面man.html怎么进行解析出来这个id呢 var request = (function (){ var obj = {};
相关文章
相关标签/搜索