onload是整个页面各种资源(如图片样式等)全部加载完;而DOMContentLoaded在基本的HTML文档被加载解析完,就执行,不等待 样式图片等其他资源。 The onload property of the GlobalEventHandlers mixin is an ...