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.
如何在不实际刷新页面的情况下刷新 DOM?
我的意思是,不刷新“拉”包含,如外部样式表或外部脚本。
感觉有点难看,但像这样?
jQuery("body").html(jQuery("body").html())
本机应该是长线的东西
document.body.innerHTML = document.body.innerHTML