class 类上的方法
class TvControl {
constructor() {
this._nextId = 1
this.root = new TvNode(this)
this.multiSelectAble = false
this.onNodeCreate = null //默认为null
}
get focusNode
JavaScript类方法与事件处理,
class 类上的方法
class TvControl {
constructor() {
this._nextId = 1
this.root = new TvNode(this)
this.multiSelectAble = false
this.onNodeCreate = null //默认为null
}
get focusNode

被折叠的 条评论
为什么被折叠?