為什麼當函數名是 window 時,網頁就打不開了?
function window(){ //函數名為window。網頁打不開
window.open("","_blank","width=600,height=400");
}function test(){ //函數名為test。網頁打得開
window.open("","_blank","width=600,height=400");
}為什麼當函數名是 window 時,網頁就打不開了?
function window(){ //函數名為window。網頁打不開
window.open("","_blank","width=600,height=400");
}function test(){ //函數名為test。網頁打得開
window.open("","_blank","width=600,height=400");
}為什麼當函數名是 window 時,網頁就打不開了?
2016-08-27
举报