// 通过getApp() 方法获取小程序的实例 var appInstance = getApp() console.log(appInstance.globalData) // I am global data