diff options
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/string/concat/index.html')
-rw-r--r-- | files/zh-tw/web/javascript/reference/global_objects/string/concat/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/string/concat/index.html b/files/zh-tw/web/javascript/reference/global_objects/string/concat/index.html index 5a7e570860..3b274e3746 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/string/concat/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/string/concat/index.html @@ -11,7 +11,7 @@ browser-compat: javascript.builtins.String.concat --- <div>{{JSRef}}</div> -<p><span class="seoSummary"><strong><code>concat()</code></strong> 會將呼叫此方法的字串以及作為參數傳遞進此方法的字串串接在一起,並將串接結果作為一個新的字串回傳。</span></p> +<p><strong><code>concat()</code></strong> 會將呼叫此方法的字串以及作為參數傳遞進此方法的字串串接在一起,並將串接結果作為一個新的字串回傳。</p> <div>{{EmbedInteractiveExample("pages/js/string-concat.html")}}</div> |