Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

decodeURIComponent()

현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.

decodeURIComponent() 함수는 encodeURIComponent 나 비슷한 방법으로 생성된 Uniform Resource Identifier (URI) 컴포넌트를 복호화합니다.  
 

구문

decodeURIComponent(encodedURI)

파라메터

encodedURI
암호화된 Uniform Resource Identifier(URI) 컴포넌트.

리턴 값

이스케이프되지 않은 특정 글자들 중 새로운 문자열. 

설명

대신되는 글자로 암호화된 URI 컴포넌트에서 각각의 이스케이프 시퀀스를 바꿉니다.

키릴문자 URL 컴포넌트의 복호화

decodeURIComponent("JavaScript_%D1%88%D0%B5%D0%BB%D0%BB%D1%8B");
// "JavaScript_шеллы"

스펙

Specification Status Comment
ECMAScript 3rd Edition (ECMA-262) Standard 초기 정의.
ECMAScript 5.1 (ECMA-262)
The definition of 'decodeURIComponent' in that specification.
Standard  
ECMAScript 2015 (6th Edition, ECMA-262)
The definition of 'decodeURIComponent' in that specification.
Standard  
ECMAScript 2017 Draft (ECMA-262)
The definition of 'decodeURIComponent' in that specification.
Draft  

브라우저 호환성

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support (Yes) (Yes) (Yes) (Yes) (Yes)
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support (Yes) (Yes) (Yes) (Yes) (Yes) (Yes)

참조

문서 태그 및 공헌자

 이 페이지의 공헌자: magnoliaa
 최종 변경: magnoliaa,