2015-09-30 42 views

回答

0

如果您鏈接一個頁面並在鏈接末尾放置一個DOM id,則可能會發生這種情況。

例如:

1)鏈接

<a href="http://www.example.com/link#here">Go</a> 

2)頁

<div id="head-of-the-page">blah</div> 

.... content goes here .... 

<div id="here">focus gets here</div> 

然後,你會得到點右鍵點擊後

相關問題