Javascript - 내장함수 (Encoding, Decoding)

내장함수 - 인코딩, 디코딩

1. 인코딩 함수

1.1 escape()

1.2 encodeURI()

1.3 encodeURIComponent() : 가장 많이 사용

2. 디코딩 함수

2.1 unscape()

2.2 decodeURI()

2.3 decodeURIComponent() : 가장 많이 사용

See the Pen Javascript : encoding, Decoding by Cathy Go Eun Woo (@cathy-go-eun-woo) on CodePen.

Comments