haslink (#testhash) を使用しても、Safari では機能しません。私は本当に問題を見つけることができません。これが私が以下に提供している次のコードです
<a href="?page_id=112#testhash">Click here to go to Hash</a>
<div style="height:500px"> </div>
<div id="testhash"></div>
<div>............Test Data............</div>
リンクをクリックすると、Safari では適切な場所に移動しますが、Google Chrome、Mozila Firefox、および IE9 では問題なく動作します。http://example.com/
Safariではhttp://example.com/#testhash
、URL の書き換え後にリンクがサイトにリダイレクトされます。面白いことにhttp://example.com/#testhash
、Safari のアドレス バーにリンクを直接配置すると、問題なく機能しますが、クリックするときは機能せず、書き込みhttp://example.com/?page_id=112#testhash
中にも問題が発生します。