vue.js怎么实现图片轮播?就是一个图片隔一秒换一张,不用别的功能你开个定时器,一秒换一个img的src不就行了?随便写了个:<div id="app"><div class="pic"><img2023-02-21JavaScript110