微信小程序初始化、前後臺切換生命週期順序

下面有三個文件 app.js 、index.js 、app.json //app.js App({ onLaunch: function (options) { console.log("app.js ---onLaunch---"); }, onShow: function () { console.log("app.js ---onShow---");
相關文章
相關標籤/搜索