获取到小程序全局唯一的 App 实例。
// other.js var appInstance = getApp() console.log(appInstance.globalData) // I am global data