Vue.js 指令v-for和v-if和v-show
Vue指令之v-for和key属性迭代数组<ul> <li v-for="(item, i) in list">索引:{{i}} --- 姓名:{{item.name}} --- 年