antD Carousel走馬燈使用next() ,prev()

handlePrev = () => { this.img.prev(); } handleNext = () => { this.img.next(); } <Carousel ref={dom => { this.img = dom; }}> ....... </Carousel>
相關文章
相關標籤/搜索