Bootstrap 轮播控件响应但需要它们更精确

Bootstrap Carousel Controls Responding but need them to be more precise

如何让bootstrap轮播中的控件只有在被点击时才切换幻灯片? (我的网站里有文字,让用户填写申请很困难)

根据 documentation(假设您使用的是 Bootstrap 4),您必须将 data-interval="false" 添加到您用于轮播的元素中。

如果您使用 JavaScript 启动轮播并希望将所有选项和配置保存在一个地方,请将 interval: false 添加到您的配置中。