传参汉字:

var rr='暗杀的反馈'

window.location.href="路径?contan="+encodeURI(rr)

接收:

var content=decodeURI(location.href.split('=')[1])

相关文章:

  • 2021-11-18
  • 2022-12-23
  • 2021-06-29
  • 2021-06-19
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
相关资源
相似解决方案