diff options
author | allo <yin199909@aliyun.com> | 2022-03-18 22:01:02 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-03-18 22:31:17 +0800 |
commit | 0227170ae69b5b6c35c7cfa59ab54918241349fd (patch) | |
tree | a402844e219afb50bb4f86a8ae9d1bf57ff47720 /files/zh-tw/web/api/element/getattribute | |
parent | 8824afb494e5398bc0efcf5f7eb78782096fc90c (diff) | |
download | translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.tar.gz translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.tar.bz2 translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.zip |
auto replace anch with scripts
Diffstat (limited to 'files/zh-tw/web/api/element/getattribute')
-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> |