Skip to content

Commit 4b1d2ae

Browse files
lycheeEngXuyuey
andauthored
Update 2-ui/5-loading/01-onload-ondomcontentloaded/article.md
Co-Authored-By: 徐玥 <xuyue_ustb@163.com>
1 parent 7b8ab27 commit 4b1d2ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ document.addEventListener("DOMContentLoaded", ready);
100100

101101
### 浏览器内置的自动填充
102102

103-
FirefoxChrome 和 Opera 都会在 `DOMContentLoaded` 中自动填写表单。
103+
FirefoxChrome 和 Opera 都会在 `DOMContentLoaded` 中自动填写表单。
104104

105105
比如,如果页面有一个带有登录和密码的表单,并且浏览器记住了这些值,那么在 `DOMContentLoaded` 触发时,它就可以尝试自动填写它们(如果用户允许的话)。
106106

0 commit comments

Comments
 (0)