摘要: setTimeout,setInterval并不是多线程,只是浏览器提供的一个定时的事件触发器,让js代码在浏览器中延时执行。 let timeoutID = window.setTimeout(func[, delay, param1, param2, ...]); //param1/param2 阅读全文
posted @ 2017-02-19 14:20 开发之路 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 浏览器组成 User interface: a. Every part of the browser display, except the window. b. The address bar, back/forward button, bookmarking menu, etc. Browser 阅读全文
posted @ 2017-02-19 13:43 开发之路 阅读(1381) 评论(0) 推荐(0) 编辑