diff options
Diffstat (limited to 'files/zh-tw/web/api/document/execcommand/index.html')
-rw-r--r-- | files/zh-tw/web/api/document/execcommand/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/api/document/execcommand/index.html b/files/zh-tw/web/api/document/execcommand/index.html index c06cd0d89c..2b85a02bfb 100644 --- a/files/zh-tw/web/api/document/execcommand/index.html +++ b/files/zh-tw/web/api/document/execcommand/index.html @@ -26,7 +26,7 @@ translation_of: Web/API/Document/execCommand <dl> <dt><code>aCommandName</code></dt> - <dd>一個 {{domxref("DOMString")}} 作為指定要執行的指令。所有可用的指令列表請見 {{anch("Commands")}} 。</dd> + <dd>一個 {{domxref("DOMString")}} 作為指定要執行的指令。所有可用的指令列表請見 <a href="#指令">指令</a> 。</dd> <dt><code>aShowDefaultUI</code></dt> <dd>一個 {{jsxref("Boolean")}} 作為指示是否顯示預設的使用者介面。 Mozilla 並未實作這項功能。</dd> <dt><code>aValueArgument</code></dt> |