HTML做的网页 如何使当前页面跳转到另一页面锚点处时间:2022-09-13 20:30:38当前页面a.html 另一页面b.html 当前页面: <a href="b.html#aaa">跳转到b页面aaa处</a> 另一页面: <a name="aaa" id="aaa">aaa</a>