vue中v-for倒序输出 JanInz 2023-09-18 66 阅读1分钟 <li v-for="item in items.slice().reverse()"> //do something with item ... </li>