Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

文章標籤: API

找到 24 份文件

  • Glossary/IndexedDB IndexedDB 是一個用來在瀏覽器內儲存大型數據結構,並對其建立索引以高效查詢的 Web API 。類似基於 SQL 的 關連式資料庫管理系統(RDBMS) , IndexedDB ...
  • Web/API/AnalyserNode The AnalyserNode interface represents a node able to provide real-time frequency and time-domain ...
  • Web/API/AnimationEvent AnimationEvent 介面表現提供 動畫 相關資訊的事件。
  • Web/API/AnimationEvent/initAnimationEvent The AnimationEvent.initAnimationEvent() method Initializes an animation event created using the ...
  • Web/API/CSS_Object_Model The CSS Object Model is a set of APIs allowing to manipulate CSS from JavaScript. It is the ...
  • Web/API/document Document 介面代表所有在瀏覽器中載入的網頁,也是作為網頁內容 DOM 樹 (包含如 body 、 table 與其它的 元素 )的進入點。 Document ...
  • Web/API/document/readyState document 的 Document.readyState 屬性描述文件的讀取狀態。
  • Web/API/Element Element 介面表示了一個在 Document 中的物件,其描述了各類型元素的共同屬性與方法, Element 的子介面則定義了不同類型元素的具體行為並增加額外的功能。
  • Web/API/Element/clientHeight Element.clientHeight 唯讀屬性會回傳元素內部高度(像素),包含 padding 但並未包含水平滾動條、border、margin。
  • Web/API/Element/scrollHeight Element.scrollHeight 是衡量元素包含因為 overflow 而沒顯示在螢幕上的內容高度的唯讀屬性. scrollHeight 的值相等於元素要求 clientHeight ...
  • Web/API/Element/scrollTop Element.scrollTop 屬性可以設置和獲取元素被向上捲動的高度(pixels). 元素的 scrollTop 是元素頂端和能被看見的最頂端之間的距離. 當元素並未產生滾動條, 那麼 ...
  • Web/API/Event Event 介面定義了 DOM 物件的所有事件,包括每一個事件物件的共同屬性和方法。
  • Web/API/Event/stopImmediatePropagation 除了停止事件繼續捕捉或冒泡傳遞外,也阻止事件被傳入同元素中註冊的其它相同事件類型之監聽器。
  • Web/API/EventTarget EventTarget 介面定義了其實作的物件具有接收事件的能力,也可能擁有處理事件的監聽器。
  • Web/API/EventTarget/addEventListener EventTarget.addEventListener() 方法能將指定的事件監聽器註冊到 EventTarget 實作物件上。 EventTarget 可能是 Document 中的 ...
  • Web/API/Geolocation Geolocation 介面代表一個物件可以透過你的網頁程式去獲得你的裝置位置。這個介面提供了網站或應用程式根據使用者的位置去客製化呈現的內容。
  • Web/API/HTMLCanvasElement HTMLCanvasElement 接口提供控制 canvas 元素的屬性和方法. HTMLCanvasElement 接口也繼承了 HTMLElement 接口的屬性和方法.
  • Web/API/HTMLCanvasElement/toDataURL TMLCanvasElement.toDataURL() 方法回傳含有圖像和參數設置特定格式的 data URIs (預設 PNG ). 回傳的圖像解析度為 96 dpi.
  • Web/API/Navigator The Navigator interface represents the state and the identity of the user agent. It allows ...
  • Web/API/Node Node 是一個被多種 DOM 類型繼承的介面,它讓各種類型的 DOM 都能以同樣的方式來操作。
  • Web/API/Performance.timing Performance .timing 是唯讀的屬性,傳回的 PerformanceTiming 物件當中包含了效能與時間延遲相關的資訊。
  • Web/API/URL URL 介面提供了建立 URL 物件的靜態方法。
  • Web/Guide/API Here you'll find links to each of the guides introducing and explaining each of the APIs that ...
  • Web/Guide/DOM The Document Object Model is an API for HTML and XML documents. It provides a structural ...