六狼论坛's Archiver
首页
›
Html/Css
› html加载过程
modun
发表于 2013-2-7 18:52:43
html加载过程
* HTML is parsed.
* External scripts/style sheets are loaded.
* Scripts are executed as they are parsed in the document.
* HTML DOM is fully constructed.
* Images and external content are loaded.
* The page is finished loading.
页:
[1]
查看完整版本:
html加载过程