We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3765f29 + d52f139 commit 0adfe78Copy full SHA for 0adfe78
1 file changed
docs/elements/image.md
@@ -12,7 +12,7 @@ img instanceof Image // true
12
img instanceof HTMLImageElement // true
13
```
14
15
-`Image`构造函数可以接受两个整数作为参数,分别表示`<img>`元素的宽度和长度。
+`Image`构造函数可以接受两个整数作为参数,分别表示`<img>`元素的宽度和高度。
16
17
```javascript
18
// 语法
0 commit comments