0
我想有這樣的導航:自定義導航
<div style="margin-top:122px; display: flex; justify-content: space-between; width:124px">
<a href="#">01.</a>
<a href="#">02.</a>
<a href="#">03.</a>
</div>
01. 02. 03.
當我點擊我要顯示其中一個錨點幻燈片比索引。我已經實施了nextArrow
和prevArrow
。但我沒有在文檔中看到像setIndex
之類的任何方法。
我該如何達到這個結果?
謝謝,現在我看到:) – kris