因为有这么多人问这个问题,所以我在这里到处搜索,但无论如何,我不断得到undefined
..
function remove_item(itemid) {
var window = top.location;
var host = window.host;
$.ajax({
url: "http://"+host+"/backend/remove_lockbox.php?id="+itemid,
success: function() {
$(document).ajaxStop(function(){
window.top.location.reload();
});
}
});
}
那是我的代码。我试过了window.location.reload
,host.location.reload
......我尝试了一切,但我不断得到undefined
......位置的父级始终undefined
是它是否是、、、、window
任何东西。有人可以帮帮我吗?host
window.top