Prelude
window.location.reload();history.back(-1);history.go(1); Detailed explanation of various page refresh jumps
Problem
After the JS page jumps, how does the value of the global variable of the page change when you return to the page?
To be continued…………