window.onpageshow = function(event) {
			if (event.persisted) {
				window.location.reload();
			}
}

  

相关文章: