Home  >  Article  >  Web Front-end  >  js history object simply implements return and forward_javascript skills

js history object simply implements return and forward_javascript skills

WBOY
WBOYOriginal
2016-05-16 17:18:23896browse

Return and forward use the history object in the DOM:

Return:

Copy code The code is as follows:

Return //Equivalent to calling the back() method of the history object;

Forward:
Copy code The code is as follows:

Forward //Equivalent to calling the forword() method of the history object;
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn