diff options
author | 3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com> | 2022-02-06 21:23:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 21:23:25 +0900 |
commit | ac6c8ad8b2f961b5474f47339096b8e59d11cb2e (patch) | |
tree | 3c7ad8af1ac1e06ba0c077922f57564dabfaa2d1 /files/ko/web/javascript/reference/global_objects/encodeuricomponent/index.html | |
parent | 7669d75d4693a4ee5e500fbe21716fb437adb3d6 (diff) | |
download | translated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.tar.gz translated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.tar.bz2 translated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.zip |
remove all summary class in javascript (#4015)
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/encodeuricomponent/index.html')
-rw-r--r-- | files/ko/web/javascript/reference/global_objects/encodeuricomponent/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/encodeuricomponent/index.html b/files/ko/web/javascript/reference/global_objects/encodeuricomponent/index.html index 191f66b198..2174301e64 100644 --- a/files/ko/web/javascript/reference/global_objects/encodeuricomponent/index.html +++ b/files/ko/web/javascript/reference/global_objects/encodeuricomponent/index.html @@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/encodeURIComponent --- <div>{{jsSidebar("Objects")}}</div> -<p><span class="seoSummary"><code><strong>encodeURIComponent()</strong></code> 함수는 {{glossary("URI")}}의 특정한 문자를 UTF-8로 인코딩해 하나, 둘, 셋, 혹은 네 개의 연속된 이스케이프 문자로 나타냅니다.</span> (두 개의 대리 문자로 이루어진 문자만 이스케이프 문자 네 개로 변환됩니다.)</p> +<p><span ><code><strong>encodeURIComponent()</strong></code> 함수는 {{glossary("URI")}}의 특정한 문자를 UTF-8로 인코딩해 하나, 둘, 셋, 혹은 네 개의 연속된 이스케이프 문자로 나타냅니다.</span> (두 개의 대리 문자로 이루어진 문자만 이스케이프 문자 네 개로 변환됩니다.)</p> <div>{{EmbedInteractiveExample("pages/js/globalprops-encodeuricomponent.html")}}</div> |