HTML 页面传值及另一个页面接收值


a.html





a页面








b.html





b页面




接收的值是:



注:

中文传输:可以在页面a用 encodeURI 编码url 在b页面用 decodeURI 解码url