JS學習筆記(一)

Window對象方法: 1. document.getElementById 獲取元素的方法一 語法:oElement = document .getElementById ( sID ) 參數:sID――必選項。字符串 (String) 。 返回值:oElemen――對象 (Element) 。 說明:根據指定的 id 屬性值獲得對象。返回 id 屬性值等於 sID 的第一個對象的引用。假如對應
相關文章
相關標籤/搜索