要JS動態更新數組中元素值并且讓頁面及時響應的話,如下設置該元素值var item = list[index];item.show = false;Vue.set(list, index, item);