const LineNum = Math.ceil(this.changeByte(this.address) / 68)
if (LineNum == 2) {
this.addressLineHeight = 20
}
if (LineNum > 2) {
this.addressLineHeight = 20
this.addHeight = (LineNum - 2) * 20
}
网友评论