diff options
Diffstat (limited to 'files/zh-cn/glossary/statement')
-rw-r--r-- | files/zh-cn/glossary/statement/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/statement/index.html b/files/zh-cn/glossary/statement/index.html new file mode 100644 index 0000000000..7e13a62a98 --- /dev/null +++ b/files/zh-cn/glossary/statement/index.html @@ -0,0 +1,23 @@ +--- +title: Statement +slug: Glossary/Statement +translation_of: Glossary/Statement +--- +<p>在计算机编程语言中,<strong>语句</strong> 是一行任务指令的代码。每个程序都包含若干语句。</p> + +<h2 id="更多" style="line-height: 30px; font-size: 2.14285714285714rem;">更多</h2> + +<h3 id="一般知识">一般知识</h3> + +<ul> + <li>{{Interwiki("wikipedia", "Statement (computer science)")}} on Wikipedia</li> +</ul> + +<h3 id="技术参考">技术参考</h3> + +<ul> + <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements">JavaScript statements and declarations</a></li> +</ul> + +<ul> +</ul> |