JavaScript 接口列表 (Interfaces in JavaScript)

页面地址:http://help.dottoro.com/lagstsiq.php

An interface allows developers to add new functionalities to objects that implement it. For example, the HTMLAnchorElement interface lets you define new properties and methods on all anchor elements.

接口提供开发者添加新功能来实现他所需要的对象。比如, HTMLAnchorElement 接口能让你定义新的属性和方法到所有的 anchor 元素上。

In the followings, you can find the interfaces in alphabetical order, the interface inheritance hierarchy, browser support information and the objects that implement them. At the bottom of this page, a few examples demonstrate the use of interfaces.

在文中,你可以找到按字母顺序排列、继承层次结构、浏览器支持信息和实现的对象的接口列表。在页面的底部,提供了几个例子演示了如何使用接口。

posted @ 2013-04-14 16:07  Kiinlam  阅读(217)  评论(0编辑  收藏  举报