JS development of static page URL and the page jump encryption and decryption parameters

URL address of the page jump encryption parameter passing

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

Jump to decrypt the page URL parameter

Guess you like

Origin www.cnblogs.com/jiaoyixin/p/12027505.html