From 899ab990fc09f83dce3e31184c8c03309252dfad Mon Sep 17 00:00:00 2001 From: CodePencil Date: Thu, 31 Jul 2025 11:57:40 +0800 Subject: [PATCH] fix: Fixed the problem that elk.html could not be opened --- 2-ui/1-document/02-dom-nodes/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/02-dom-nodes/article.md b/2-ui/1-document/02-dom-nodes/article.md index 9c8b6a2cbd..2ee8d3b97f 100644 --- a/2-ui/1-document/02-dom-nodes/article.md +++ b/2-ui/1-document/02-dom-nodes/article.md @@ -216,7 +216,7 @@ drawHtmlTree(node6, 'div.domtree', 690, 500); 探索 DOM 的另一种方式是使用浏览器开发工具。实际上,这就是我们在开发中所使用的。 -你可以打开这个网页 [elks.html](elks.html),然后打开浏览器开发工具,并切换到元素(Elements)选项卡。 +你可以打开这个网页 [elk.html](elk.html),然后打开浏览器开发工具,并切换到元素(Elements)选项卡。 它看起来像这样: