JS页面跳转加密解密URL参数
程序员文章站
2022-05-03 12:39:26
页面跳转加密参数 window.location.href="foot.html?"+btoa(encodeURIComponent("goodid="+goodid)); 页面跳转后解密参数 ......
页面跳转加密参数
window.location.href="foot.html?"+btoa(encodeuricomponent("goodid="+goodid));
页面跳转后解密参数