decodeURIComponent 메서드
인코딩된 URI(Uniform Resource Identifier) 구성 요소의 인코딩되지 않은 버전을 반환합니다.
function decodeURIComponent(encodedURIString : String) : String
설명
필수적 요소인 encodedURIString 인수는 인코딩된 URI 구성 요소를 나타내는 값입니다.
설명
URIComponent는 완전한 URI의 일부입니다.
encodedURIString이 유효하지 않으면 URIError가 발생합니다.