如果避免IE出现“要再次显示该网页internet exploer 需要重新发送您以前提交的信息.”解决方案
function GetAll() {
location.replace(location.href); //用这个方法可以刷新ie页面不会出现。
}
function GetAll() {
location.replace(location.href); //用这个方法可以刷新ie页面不会出现。
}