1、页面传参,参数为json

2、直接传参不行

3、A到B

A页面

JSON.stringify(data)
B页面
JSON.parse(data)
 

相关文章: