// encodeURI 编码

window.location.href(encodeURI("zhongji2.html"+"?"+"parm1="+parm1+"&parm2="+parm2+"&parm3="+parm3+"&parm4="+parm4));
// decodeURI 解码
var url=decodeURI(location.href);
 
搞定

相关文章:

  • 2021-07-18
  • 2021-12-29
  • 2022-02-07
  • 2021-12-19
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
猜你喜欢
  • 2022-01-09
  • 2022-02-19
  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
  • 2021-09-16
  • 2021-08-01
相关资源
相似解决方案