setTimeout(() => { console.log("I am the last one") }, 0); function count () { for (var i = 0; i < 5; i++) { ((i) => setTimeout(() => console.log(i), 1000 * i))(i) } } (async () => { console.log("Let"s count") await count() await 1; console.log("What are you doing? ") })() Promise.resolve().then(async () => { await new Promise((resolve) => { console.log("I am in a nest promise") resolve( (() => setTimeout(() => Promise.resolve("Do you think I will get there? ").then(res => { console.log(res) }), 0))() ) }).then(() => { console.log("Absolutely") }) }) console.log("Script start") setTimeout(() => { console.log("Script end") }, 2000)
What about your answer :)
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請(qǐng)注明本文地址:http://specialneedsforspecialkids.com/yun/108595.html
摘要:微任務(wù)隊(duì)列的任務(wù)將在當(dāng)前輪次的事件輪詢中被推入微任務(wù)隊(duì)列而隊(duì)列中的任務(wù)必須等待下一輪時(shí)事件循環(huán)相關(guān)的文章 微任務(wù)隊(duì)列的任務(wù)將在當(dāng)前輪次的事件輪詢中被推入微任務(wù)隊(duì)列 而macrotask隊(duì)列中的任務(wù)必須等待下一輪時(shí)事件循環(huán) macrotasks: setTimeout, setInterval, setImmediate, requestAnimationFrame, I/O, UI...
摘要:可以即時(shí)看到數(shù)據(jù)的增刪改查,不用操作命令行來查看。更新條數(shù)更新結(jié)果為刪除刪除指定記錄。刪除前有條數(shù)據(jù)刪除后后記在微信公眾號(hào)后臺(tái)回復(fù)獲取源碼。的騷操作就介紹到這里,后面會(huì)繼續(xù)寫和的騷操作。本文首發(fā)于公眾號(hào),關(guān)注獲取最新推文 前言 MongoDB GUI 工具 PyMongo(同步) Motor(異步) 后記 前言 最近這幾天準(zhǔn)備介紹一下 Python 與三大數(shù)據(jù)庫的使用,這是第一篇,...
摘要:可以即時(shí)看到數(shù)據(jù)的增刪改查,不用操作命令行來查看。更新條數(shù)更新結(jié)果為刪除刪除指定記錄。刪除前有條數(shù)據(jù)刪除后后記在微信公眾號(hào)后臺(tái)回復(fù)獲取源碼。的騷操作就介紹到這里,后面會(huì)繼續(xù)寫和的騷操作。本文首發(fā)于公眾號(hào),關(guān)注獲取最新推文 前言 MongoDB GUI 工具 PyMongo(同步) Motor(異步) 后記 前言 最近這幾天準(zhǔn)備介紹一下 Python 與三大數(shù)據(jù)庫的使用,這是第一篇,...
閱讀 3510·2023-04-25 15:52
閱讀 583·2021-11-19 09:40
閱讀 2593·2021-09-26 09:47
閱讀 1028·2021-09-22 15:17
閱讀 3554·2021-08-13 13:25
閱讀 2220·2019-08-30 15:56
閱讀 3467·2019-08-30 13:56
閱讀 2103·2019-08-30 11:27