JQ实现页面的刷新局部刷新以及div里面的刷新div的局部刷新$(".div").load(location.href+" .div")全页面的刷新方法window.location.reload() 刷新当前页面. 2023-03-01JavaScript160