msdn文档reload Method--------------------------------------------------------------------------------Reloads the current page.Syntaxlocation.reload( [bReloadSource])
ParametersbReloadSource Optional. Boolean that specifies one of the following possible values: false Default. Reloads the page from the browser cache. 
true Reloads the page from the server. 
 Return ValueNo return value.Standards InformationThere is no public standard that applies to this method.