Refresh page code jquery

window.location.reload () to refresh the current page.
parent.location.reload () to refresh the parent object (a frame)
opener.location.reload () to refresh the parent window object (for single open window)
top.location.reload ( ) refresh the top of the object (for multi-windowing)

Guess you like

Origin www.cnblogs.com/lxqboke/p/11274034.html