摘要: 1、setTimeout console.log('script start') //1. 打印 script start setTimeout(function(){ console.log('settimeout') // 4. 打印 settimeout }) // 2. 调用 setTime 阅读全文
posted @ 2020-09-23 16:13 yaqian96 阅读(17) 评论(0) 推荐(0)