if (this.tableData.length > 1) {? ? ? ? // splice 方法用于添加或刪除數(shù)組中的元素? ? ? ? this.tableData.splice(index, 1)? ? ? }