Skip to content

Commit 25bd180

Browse files
authored
Update 2-ui/5-loading/02-script-async-defer/article.md
1 parent 17b12a9 commit 25bd180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/5-loading/02-script-async-defer/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ document.body.append(script); // (*)
144144

145145
这也就是说:
146146
- 它们不会等待其他内容,其他的内容也不会等待它们。
147-
- 先加载完成的脚本先运行(”加载优先“ 顺序)
147+
- 先加载完成的脚本先运行(“加载优先” 顺序)
148148

149149
我们可以通过将 `async` 属性显示修改为 `false` 来将加载优先顺序修改为文档顺序(就像常规脚本一样):
150150

0 commit comments

Comments
 (0)