📌  相关文章
📜  用于使用 javascript 代码示例重新加载页面部分的函数

📅  最后修改于: 2022-03-11 15:03:32.648000             🧑  作者: Mango

代码示例1
$('#thisdiv').load(document.URL +  '  #thisdiv');

•    Be sure to include a space before the id selector when concatenate.