diff options
Diffstat (limited to 'files/zh-tw/web/api/element/getattribute/index.html')
-rw-r--r-- | files/zh-tw/web/api/element/getattribute/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/api/element/getattribute/index.html b/files/zh-tw/web/api/element/getattribute/index.html index 15235c37bf..9ef7de7345 100644 --- a/files/zh-tw/web/api/element/getattribute/index.html +++ b/files/zh-tw/web/api/element/getattribute/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/Element/getAttribute <h2 id="Summary" name="Summary">摘要</h2> -<p><span class="seoSummary"><code>getAttribute()</code> 函式會回傳該網頁元素的屬性</span>。 如果該屬性不存在,其回傳值會是<code>null或</code> <code>""</code> (空字串); 詳見 {{Anch("Notes")}} 。</p> +<p><span class="seoSummary"><code>getAttribute()</code> 函式會回傳該網頁元素的屬性</span>。 如果該屬性不存在,其回傳值會是<code>null或</code> <code>""</code> (空字串); 詳見 <a href="#notes">Notes</a> 。</p> <h2 id="Syntax" name="Syntax">語法</h2> |