静态页面开发JS页面跳转加密解密URL和参数

页面跳转加密URL地址参数传递

window.location.href="foot.html?"+"good="+encodeURI(encodeURI(goodid));

页面跳转解密 URL参数

原文地址:https://www.cnblogs.com/jiaoyixin/p/12027505.html