H5 history API
Original link: https://www.kai666666.com/2023/04/18/H5-history-API/ For the history object in JS, the three methods we most commonly use are back() , forward() , and go() . H5 has added pushState() and replaceState() to update the URL address without refreshing the page, as mentioned in this chapter The H5 history API also refers to these two methods. For […]