diff options
author | A1lo <yin199909@aliyun.com> | 2022-03-19 03:51:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 03:51:33 +0800 |
commit | efad3dbdb62d1977c01b953a076bf699100b77e9 (patch) | |
tree | 1d6821621c5b23c66edf0be9771b23f9312171d3 /files/zh-tw/web/javascript/reference/global_objects/function/apply | |
parent | 2d67ce927bfd98fe4cd02d11c950b960945638b5 (diff) | |
download | translated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.tar.gz translated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.tar.bz2 translated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.zip |
replace all `anch` marco in `zh-TW` (#4708)
* fix: resolve some incorrect anchors
* fix: resolve some incorrect anchors
* fix: resolve some incorrect anchors
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/function/apply')
-rw-r--r-- | files/zh-tw/web/javascript/reference/global_objects/function/apply/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/function/apply/index.html b/files/zh-tw/web/javascript/reference/global_objects/function/apply/index.html index 03e58de21b..8cb554a069 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/function/apply/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/function/apply/index.html @@ -21,7 +21,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Function/apply <dt><code>thisArg</code></dt> <dd>讓 <em><code>fun </code></em><code>呼叫時</code>可以視為 this 的值。注意,這可能並不是最後會在方法裡看見的值:如果這是一個在非 {{jsxref("Strict_mode", "non-strict mode", "", 1)}} 下運作的程式碼,{{jsxref("null")}} 及 {{jsxref("undefined")}} 將會被全域物件取代,而原始類別將被封裝。</dd> <dt><code>argsArray</code></dt> - <dd>一個 array-like object ,定義了 <em><code>fun </code></em><code>要呼叫的一組參數,如果沒有需要提供,可以傳入 </code>{{jsxref("null")}} 或 {{jsxref("undefined")}} 。從 ECMAScript 5 開始,這些參數不僅可以是泛型的 array-like object ,而不一定要是一組陣列。查看下方的{{anch("Browser_compatibility", "browser compatibility")}} 資訊。</dd> + <dd>一個 array-like object ,定義了 <em><code>fun </code></em><code>要呼叫的一組參數,如果沒有需要提供,可以傳入 </code>{{jsxref("null")}} 或 {{jsxref("undefined")}} 。從 ECMAScript 5 開始,這些參數不僅可以是泛型的 array-like object ,而不一定要是一組陣列。查看下方的<a href="#瀏覽器相容性">瀏覽器相容性</a> 資訊。</dd> </dl> <h3 id="回傳值">回傳值</h3> |