Skip to content

Commit

Permalink
Update files/zh-cn/learn/getting_started_with_the_web/javascript_basi…
Browse files Browse the repository at this point in the history
…cs/index.md

Co-authored-by: A1lo <[email protected]>
  • Loading branch information
familyboat and yin1999 authored Oct 10, 2024
1 parent cafc722 commit a61ddb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ document.querySelector("html").addEventListener("click", () => {
1. 获取这张图片的 `src` 属性值。
2. 用一个条件句来判断 `src` 的值是否等于原始图片的路径:

1. 如果是,则将 `src` 的值改为第二张图片的路径,并在 {{htmlelement("img")}} 内强制加载第二张图片。
1. 如果是,则将 `src` 的值改为第二张图片的路径, {{htmlelement("img")}} 内强制加载第二张图片。
2. 如果不是(意味着它已经修改过), 则把 `src` 的值重新设置为原始图片的路径,即原始状态。

### 添加个性化欢迎信息
Expand Down

0 comments on commit a61ddb1

Please sign in to comment.