Just like this picture
write something like below:
history.pushState(null,null,"./abc"); history.back(); console.log(history.length); history.pushState(null,null,"./abc"); console.log(history.length);
I test it in chrome and firefox, both seems have this problem, I do not know why