Skip to content

Commit 1b25c3b

Browse files
authored
调整行数
1 parent ca1d6b5 commit 1b25c3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • 2-ui/5-loading/01-onload-ondomcontentloaded

2-ui/5-loading/01-onload-ondomcontentloaded/article.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ document.addEventListener("DOMContentLoaded", ready);
7979
所以在这里,我们研究的是“普通”脚本,比如 `<script>...</script>` 或者 `<script src="..."></script>`
8080
```
8181
82+
8283
### DOMContentLoaded 和样式
8384
8485
外部样式不会影响 DOM,因此 `DOMContentLoaded` 无需等待它们。

0 commit comments

Comments
 (0)