问题How can I reload a page using javascript? 回答1:location.reload() Method: Reloads the current document Source 回答2:You could use javascript: window.location = ''; 来源:https://stackoverflow.com/questions/7854296/reload-a-page-manually 标签 javascript reload