We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cbb847 + 1092e53 commit 3ec2937Copy full SHA for 3ec2937
docs/class.md
@@ -66,7 +66,7 @@ class Bar {
66
var b = new Bar();
67
b.doStuff() // "stuff"
68
```
69
-.ant-menu-horizontal > li.ant-menu-item
+
70
构造函数的`prototype`属性,在ES6的“类”上面继续存在。事实上,类的所有方法都定义在类的`prototype`属性上面。
71
72
```javascript
0 commit comments