본문 바로가기

컴퓨터/Javascript

Javascript URI encode decode

encodeURI(uri) - decodeURI(uri)

이스케이프 하지 않는 문자:

A-Z a-z 0-9 ; , / ? : @ & = + $ - _ . ! ~ * ' ( ) #

 

encodeURIComponent(uri) - decodeURIComponent(uri)

이스케이프 하지 않는 문자:

A-Z a-z 0-9 - _ . ! ~ * ' ( )

 

escape(uri) - unescape(uri)

모든 문자를 이스케이프 함