Biegral 2020/4/18 7:02:26 856
web跳转解决转码问题
web中a标签跳转时经常会出现乱码问题。
解决方法:
r=decodeURI(window.location.search); alert(r);