笔误 psh() → push()
This commit is contained in:
parent
53a608e769
commit
50d4a50263
@ -282,7 +282,7 @@ Point 2: 2, 4
|
||||
Point 3: 8, 1
|
||||
Point 4: 2, 9
|
||||
|
||||
也可以用之前的 puh() 等操作方法来操作对象数组
|
||||
也可以用之前的 push() 等操作方法来操作对象数组
|
||||
```
|
||||
var p5 = new Point(11,13);
|
||||
point.push(p5);
|
||||
|
Loading…
Reference in New Issue
Block a user