摘要: //div的局部刷新 $(".dl").load(location.href+" .dl"); //全页面的刷新方法 window.location.reload()刷新当前页面. parent.location.reload()刷新父亲对象(用于框架) opener.location.reload 阅读全文
posted @ 2018-08-30 09:14 时光博客 阅读(15545) 评论(2) 推荐(2) 编辑