直接写就可以
var url = encodeURI(window.location.href)
document.write(decodeURIComponent(test1))
var url = encodeURI(window.location.href)
-----
也可以
document.write(encodeURIComponent(test1)+ "<br />")document.write(decodeURIComponent(test1))
2189

被折叠的 条评论
为什么被折叠?



