This time I will show you how to implement a forced refresh on the WeChat web side and how to implement a forced refresh on the WeChat web side.The specific code is as follows:
•The
history objectin h5 used by the android side,history.replaceState(null, null, "/currentURL ?a="+uuid());Change the current url (splicing a uuid or random number) after the page is loaded, so that every time you go back, the browser finds that the current url does not exist in the browser cache. Will go to reload.•But the ios side does not support the above method, so I used a piece of jquery code to solve it.
I believe you have mastered the method after reading the case in this article. For more exciting information, please pay attention to other related articles on the php Chinese website!
Recommended reading:
Use js to quickly get the address of the image in the html page How to use the React BootStrap framework Set cookie expiration, automatic update and automatic acquisition react native uses fetch to upload images Use import and require Packaging JSThe above is the detailed content of How to implement back force refresh on WeChat web side. For more information, please follow other related articles on the PHP Chinese website!