ajax的小知識---老是獲得重複的數據

xmlhttp.open("GET","/try/ajax/demo_get.php",true);發送,可能會獲得緩存中的結果;php

能夠改成xmlhttp.open("GET","/try/ajax/demo_get.php?t=" + Math.random(),true);ajax

相關文章
相關標籤/搜索