摘要: 1. vue接收springboot的数据。 vue代码: <template> <table> <tr> <td>id</td> <td>path</td> </tr> <tr v-for="item in videos" :key="item.id"> <td>{{item.id}}</td> 阅读全文
posted @ 2020-10-21 15:50 风影我爱罗 阅读(201) 评论(2) 推荐(0)