blob: d08a26e0c826ba5de52541a67b518e470978f0bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
title: 引數
slug: Glossary/Argument
tags:
- CodingScripting
- JavaScript
- 術語表
translation_of: Glossary/Argument
---
<p><strong>引數</strong>(argument)是作爲{{Glossary("function","函式")}}輸入的{{Glossary("primitive","原始型別")}}{{glossary("value","值")}}或著{{Glossary("object","物件")}}。</p>
<h2 id="了解更多">了解更多</h2>
<h3 id="基礎知識">基礎知識</h3>
<ul>
<li>{{Interwiki("wikipedia", "Parameter_(computer_programming)", "Difference between Parameter and Argument")}} on Wikipedia</li>
</ul>
<h3 id="技術參考">技術參考</h3>
<ul>
<li>{{glossary("JavaScript")}} 的 {{jsxref("Functions/arguments","arguments")}} 物件</li>
</ul>
|