更改Title
changeTitle(int titleIndex, String? title) { this.titleIndex = titleIndex; this.title = title ?? ""; hide(); }