diff options
author | t7yang <t7yang@gmail.com> | 2022-01-10 08:38:04 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-16 02:35:54 +0800 |
commit | 7c2556fe79c44d7c31108b8c8b048d2b7704a95e (patch) | |
tree | cb64f8749da725612d3dc9cf95943d0fc40add79 /files/zh-tw/web/javascript/data_structures | |
parent | ba64b95982c1b53696644a033accf800a4e82c09 (diff) | |
download | translated-content-7c2556fe79c44d7c31108b8c8b048d2b7704a95e.tar.gz translated-content-7c2556fe79c44d7c31108b8c8b048d2b7704a95e.tar.bz2 translated-content-7c2556fe79c44d7c31108b8c8b048d2b7704a95e.zip |
remove span tag in zh-TW
Diffstat (limited to 'files/zh-tw/web/javascript/data_structures')
-rw-r--r-- | files/zh-tw/web/javascript/data_structures/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/data_structures/index.html b/files/zh-tw/web/javascript/data_structures/index.html index 9a69b13f32..29f1a048b8 100644 --- a/files/zh-tw/web/javascript/data_structures/index.html +++ b/files/zh-tw/web/javascript/data_structures/index.html @@ -250,7 +250,7 @@ Infinity <p>JavaScript has a standard library of built-in objects. Please have a look at the <a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects">reference</a> to find out about more objects.</p> -<h2 id="使用_typeof_運算子來判斷型別"><code><font face="x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif"><span style="background-color: #ffffff;">使用 </span></font>typeof</code> 運算子來判斷型別</h2> +<h2 id="使用_typeof_運算子來判斷型別"><code><font face="x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif">使用 </font>typeof</code> 運算子來判斷型別</h2> <p><code>typeof</code> 運算子可以幫助你找到你的變數型別,請閱讀〈<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof">reference page</a> 〉來取得更多細節及邊緣案例。</p> |