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)允許請勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請注明本文地址:http://m.specialneedsforspecialkids.com/yun/108595.html
摘要:微任務(wù)隊列的任務(wù)將在當前輪次的事件輪詢中被推入微任務(wù)隊列而隊列中的任務(wù)必須等待下一輪時事件循環(huán)相關(guān)的文章 微任務(wù)隊列的任務(wù)將在當前輪次的事件輪詢中被推入微任務(wù)隊列 而macrotask隊列中的任務(wù)必須等待下一輪時事件循環(huán) macrotasks: setTimeout, setInterval, setImmediate, requestAnimationFrame, I/O, UI...
摘要:可以即時看到數(shù)據(jù)的增刪改查,不用操作命令行來查看。更新條數(shù)更新結(jié)果為刪除刪除指定記錄。刪除前有條數(shù)據(jù)刪除后后記在微信公眾號后臺回復獲取源碼。的騷操作就介紹到這里,后面會繼續(xù)寫和的騷操作。本文首發(fā)于公眾號,關(guān)注獲取最新推文 前言 MongoDB GUI 工具 PyMongo(同步) Motor(異步) 后記 前言 最近這幾天準備介紹一下 Python 與三大數(shù)據(jù)庫的使用,這是第一篇,...
摘要:可以即時看到數(shù)據(jù)的增刪改查,不用操作命令行來查看。更新條數(shù)更新結(jié)果為刪除刪除指定記錄。刪除前有條數(shù)據(jù)刪除后后記在微信公眾號后臺回復獲取源碼。的騷操作就介紹到這里,后面會繼續(xù)寫和的騷操作。本文首發(fā)于公眾號,關(guān)注獲取最新推文 前言 MongoDB GUI 工具 PyMongo(同步) Motor(異步) 后記 前言 最近這幾天準備介紹一下 Python 與三大數(shù)據(jù)庫的使用,這是第一篇,...
閱讀 3514·2023-04-25 15:52
閱讀 585·2021-11-19 09:40
閱讀 2602·2021-09-26 09:47
閱讀 1031·2021-09-22 15:17
閱讀 3555·2021-08-13 13:25
閱讀 2224·2019-08-30 15:56
閱讀 3470·2019-08-30 13:56
閱讀 2104·2019-08-30 11:27