@ -69,7 +69,6 @@ comments: true
this.left = (left === undefined ? null : left) // 左子结点指针
this.right = (right === undefined ? null : right) // 右子结点指针
}
```
=== "TypeScript"