Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 HTML 的哈希标记链接到不同页面的中间时,该页面的上部被切断:
文件 1:
<a href="/document2#middle_of_the_page">Test</a>
文件 2:
<a name="middle_of_the_page">Anchor in the middle of the page</a>
像这样: