From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/api/index.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 files/zh-cn/web/api/index.html (limited to 'files/zh-cn/web/api/index.html') diff --git a/files/zh-cn/web/api/index.html b/files/zh-cn/web/api/index.html new file mode 100644 index 0000000000..aa9a01b49b --- /dev/null +++ b/files/zh-cn/web/api/index.html @@ -0,0 +1,35 @@ +--- +title: Web API 接口参考 +slug: Web/API +tags: + - API + - JavaScript + - Web + - Web API +translation_of: Web/API +--- +

在使用 JavaScript 编写 Web 代码时,有许多 Web API 可供调用。下面是开发Web应用程序或网站时可能使用的所有API和接口(对象类型)的列表。

+ +

Web API主要用于JavaScript,但也可能有例外。

+ +

规范

+ +
这是一个所有可用API的列表。
+ +
+ +
{{ListGroups}}
+ +

接口

+ +
这是一个所有接口(即对象类型)的列表。
+ +
+ +
{{APIListAlpha}}
+ +

另见

+ + -- cgit v1.2.3-54-g00ecf