//options中包含了很多参数 App({ onLaunch: function(options) { // 如果只想在小程序第一次打开的时候获取参数 }, onShow: function(options) { // 如果想在小程序每次显示的时候获取参数 } }) 参考https://mp.weixin.qq.com/debu...
参考https://mp.weixin.qq.com/debu...