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.

文章標籤: Interface

找到 8 份文件

  • Web/API/AnalyserNode The AnalyserNode interface represents a node able to provide real-time frequency and time-domain ...
  • Web/API/AnimationEvent AnimationEvent 介面表現提供 動畫 相關資訊的事件。
  • Web/API/Event Event 介面定義了 DOM 物件的所有事件,包括每一個事件物件的共同屬性和方法。
  • Web/API/EventTarget EventTarget 介面定義了其實作的物件具有接收事件的能力,也可能擁有處理事件的監聽器。
  • Web/API/Geolocation Geolocation 介面代表一個物件可以透過你的網頁程式去獲得你的裝置位置。這個介面提供了網站或應用程式根據使用者的位置去客製化呈現的內容。
  • Web/API/HTMLCanvasElement HTMLCanvasElement 接口提供控制 canvas 元素的屬性和方法. HTMLCanvasElement 接口也繼承了 HTMLElement 接口的屬性和方法.
  • Web/API/Navigator The Navigator interface represents the state and the identity of the user agent. It allows ...
  • Web/API/Node Node 是一個被多種 DOM 類型繼承的介面,它讓各種類型的 DOM 都能以同樣的方式來操作。