花开花又落
花开花又落
域名过期了
rt
#### 你好,我在掘金上看到一篇文章说的Event Loop是宏任务执行完成后再执行微任务, ui更新是在宏任务结束后执行。同时下面 阮一峰老师链接点进去后也是说的是这样。 #### 但我在另一篇文章说的是先执行微任务再执行宏任务, ui更新是在微任务结束后执行。在学习您vuejs核心解密过程中了解到您,希望您有空的时候回复下 观点1: 掘金 https://juejin.im/post/5d5b4c2df265da03dd3d73e5 下面阮一峰老师链接 https://www.cnblogs.com/dailc/p/8325991.html 观点2: 掘金 https://juejin.im/post/5d57994ef265da03bd051969 下面参考链接 https://github.com/aooy/blog/issues/5
**filePath:** [zh/editor/publish/build-open-data-context.md](https://github.com/cocos/cocos-docs/blob/master/versions/3.8/zh/editor/publish/build-open-data-context.md) **content:** 最下面监听来自主域代码部分 wx.onMessage(res => { if (!(res && res.type === 'engine')) { console.log('do something...'); } }); if (!(res && res.type === 'engine') 应该不用加感叹号 取反