diff options
Diffstat (limited to 'files/zh-cn/glossary/ecma')
-rw-r--r-- | files/zh-cn/glossary/ecma/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/ecma/index.html b/files/zh-cn/glossary/ecma/index.html new file mode 100644 index 0000000000..a77bea546e --- /dev/null +++ b/files/zh-cn/glossary/ecma/index.html @@ -0,0 +1,19 @@ +--- +title: ECMA +slug: Glossary/ECMA +tags: + - Glossary + - Stub + - WebMechanics +translation_of: Glossary/ECMA +--- +<p><strong>Ecma International</strong>(正式名称是 <em>European Computer Manufacturers Association,欧洲计算机制造商协会</em>)是一个开发计算机硬件、通信和程序语言标准的非盈利组织。</p> + +<p>在网络上该组织因维护 {{Glossary("JavaScript")}} 语言的核心规范 <a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">the ECMA-262 specification</a>(即 {{Glossary("ECMAScript")}})而为人所知。</p> + +<h2 id="了解更多">了解更多</h2> + +<ul> + <li>Wikipedia 页面 {{interwiki("wikipedia", "Ecma_International", "Ecma International")}}</li> + <li><a href="http://www.ecma-international.org/">The Ecma International web site</a></li> +</ul> |