blob: 7e13a62a98ebdb60a32c43d064a756b3a559643d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>
|