0
這裏是我的代碼:試圖關閉彈出並重新加載其父頁面
function reloadParentAndClose() {
window.opener.location.reload();
window.close();
}
和這裏的錯誤,我得到:
32:132 Uncaught TypeError: Cannot read property 'location' of null(…)
任何想法可能會發生什麼?