window.onload = A; var B; function A(){ B = document.getElementById('some_div'); } console.log(B);. this is my html: <!DOCTYPE html> <html ...
確定! 回上一頁