且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

缓存问题异步JavaScript加载与onload事件

更新时间:2023-12-04 22:24:28

是的,这是相当简单的。

Yes, this is fairly simple.

只要给一个随机参数您的网址,如:URL = http://www.yoururl.com - > http://www.yoururl.com/?number=(random 号)

Just give a random parameter to your URL, like : URL = http://www.yoururl.com -> http://www.yoururl.com/?number=(random number)

这样,你将永远有一个唯一的URL。参数将由页面当它被加载,因为它不用于被扔掉。

this way you will always have a unique url. the parameter will be thrown away by the page when it is loaded because it is not used.

让我知道,如果这有助于

Let me know if this helped