aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/web/api/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/web/api/index.html')
-rw-r--r--files/zh-cn/web/api/index.html35
1 files changed, 35 insertions, 0 deletions
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
+---
+<p><span class="seoSummary">在使用 JavaScript 编写 Web 代码时,有许多 Web API 可供调用。下面是开发Web应用程序或网站时可能使用的所有API和接口(对象类型)的列表。</span></p>
+
+<p>Web API主要用于JavaScript,但也可能有例外。</p>
+
+<h2 id="规范">规范</h2>
+
+<div>这是一个所有可用API的列表。</div>
+
+<div></div>
+
+<div>{{ListGroups}}</div>
+
+<h2 id="接口">接口</h2>
+
+<div>这是一个所有接口(即对象类型)的列表。</div>
+
+<div></div>
+
+<div>{{APIListAlpha}}</div>
+
+<h2 id="另见">另见</h2>
+
+<ul>
+ <li><a href="/zh-CN/docs/Web/Events">Web API 事件参考</a></li>
+</ul>