摘要: 灵感来自此博客和此库 index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scal 阅读全文
posted @ 2020-03-18 14:06 Ajanuw 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 1: 使用reject function hello() { let _res, _rej: any; const promise = new Promise((res, rej) => { _res = res; _rej = rej; setTimeout(() => { res("hello 阅读全文
posted @ 2020-03-18 11:17 Ajanuw 阅读(3534) 评论(0) 推荐(1) 编辑