在 Bootstrap 3 中,我希望 href 位置到下一页。
示例主页有 aboutus.html,在 aboutus 页面中有一个名为#directors 的部分。
我尝试了这种方法,但找不到从主页到关于我们页面数据目标的解决方案
[<a data-target="$('#myTab a[href="about_us.html#directors"]')"
data-toggle="tab" href=" about_us.html#directors">Directors</a>]