我从另一篇文章中抄袭了这篇文章,不是盲目的,我可以看到它的作用,但我想不出解决这个问题的方法。我并不真正精通JavaScript,但我能读懂这段代码。
// The function actually applying the offset
function offsetAnchor() {
if (location.hash.length !== 0) {
window.scrollTo(window.scrollX, window.scrollY - 100);
}
}
// This will capture hash changes while on