We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1d6b5 commit 1b25c3bCopy full SHA for 1b25c3b
1 file changed
2-ui/5-loading/01-onload-ondomcontentloaded/article.md
@@ -79,6 +79,7 @@ document.addEventListener("DOMContentLoaded", ready);
79
所以在这里,我们研究的是“普通”脚本,比如 `<script>...</script>` 或者 `<script src="..."></script>`。
80
```
81
82
+
83
### DOMContentLoaded 和样式
84
85
外部样式不会影响 DOM,因此 `DOMContentLoaded` 无需等待它们。
0 commit comments