Home > Article > Web Front-end > JavaScript code to return to the previous page and refresh automatically_javascript tips
Use JavaScript to generally use history.go(-1) and history.back(), etc.
But the page or the data in the cache is returned, and the updated data cannot be presented immediately
Here Just use a simple javascript statement to implement it, return to the previous page and refresh the page