Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要每两分钟重新加载一次的页面中的三个表。我已经使用 php 对三个表进行了屏幕抓取,现在我想将这三个表放在我页面上的一个 div 中,最好的 ajaxy 方法是什么?
我应该将这三个表保存为单独的 html 文件,然后通过 load() 加载它们还是使用 json 或 ...?
最好的方法是使用 jquery get 函数
$.get(url [, data],function(data) { $("#element").html(data); },'html')