<divid&#61;"app"><ul><liv-for&#61;"item in books":key&#61;"item.id"><span>{{ item.name }}span>li>ul> div><script>const vm &#61;newVue({el:&#39;#app&#39;,data:{books:[{id:&#39;001&#39;,name:&#39;三国演义&#39;},{id:&#39;002&#39;,name:&#39;水浒传&#39;},{id:&#39;003&#39;,name:&#39;西游记&#39;},{id:&#39;004&#39;,name:&#39;红楼梦&#39;},]}}) script>