A simple way of finding this element in JavaScript would be: var myDiv = document.getElementById("myDiv"); // Would find the DIV element by its ID, ...
確定! 回上一頁