传参汉字:
var rr='暗杀的反馈'
window.location.href="路径?contan="+encodeURI(rr)
接收:
var content=decodeURI(location.href.split('=')[1])
传参汉字:
var rr='暗杀的反馈'
window.location.href="路径?contan="+encodeURI(rr)
接收:
var content=decodeURI(location.href.split('=')[1])
转载于:https://www.cnblogs.com/wangjianping123/p/9987393.html