Javascript: How to truly reload a site with an anchor tag?
问题 Take this code snippet for example: window.location.href = 'mysite.htm#images'; Already being on the site mysite.htm and triggering the reload thru location.href won't reload the page but jump to the anchor named within the URL. I need a mechanism to truly reload the page. Any ideas? PS: I tried location's other methods but none of them does the trick :( EDIT Don't hang on the filetype htm . I'd need it for dynamic sites as well. 回答1: After you set the specified URL into location, issue