[Turn] HTML meta refresh refresh and jump (redirect) page

 HTML meta refresh refresh and jump (redirect) page

refresh  attribute value -- refresh and jump (redirect) page
  • refresh is used to refresh and jump (redirect) pages
  • The refresh appears in the http-equiv attribute, and the content attribute is used to indicate the start time of the refresh or jump and the jump URL
  • Reference URL: http://www.dreamdu.com/xhtml/refresh/

refresh example

Refresh this page after 5 seconds:

<meta http-equiv="refresh" content="5" />

After 5 seconds, go to the home page of Dream City:

<meta http-equiv="refresh" content="5; url=http://www.dreamdu.com/" />

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326860097&siteId=291194637