小程序如何实现页面之间的传参1.使用url带参数传递数据代码实现:toSomeone:function(event){wx.navigateTo({url:'some/some?id='+event.target.id,})}获取传递来的数据onLoad:function(options){