728x90
๋ฌธ์ ์ฝ๋๋ฅผ ๊ธฐ์ค์ผ๋ก ๋ฌธ์๋ฅผ ์ฝ๋๋ก ๋ณํํ๋ ๊ฒ์ ๋ฌธ์ ์ธ์ฝ๋ฉ(encoding)
์ฝ๋๋ฅผ ๋ฌธ์๋ก ๋ณํํ๋ ๊ฒ์ ๋ฌธ์ ๋์ฝ๋ฉ(decoding)
encodeURI() : ์ฃผ์์์ ์ฌ์ฉํ๋ :, ;, /, =, ?, & ๋ฑ์ ์ ์ธํ๊ณ ์ธ์ฝ๋ฉํ๋ ํจ์
encodeURIComponent() : ๋ชจ๋ ๋ฌธ์๋ฅผ ์ธ์ฝ๋ฉํ๋ ํจ์
decodeURI() : encodeURI๋ก ์ธ์ฝ๋ฉํ ๋ฌธ์์ด์ ๋์ฝ๋ฉํ๋ ํจ์
decodeURIComponent() : encodeURIComponent()๋ก ์ธ์ฝ๋ฉํ ๋ฌธ์์ด์ ๋์ฝ๋ฉํ๋ ํจ์
URI
https://truecode-95.tistory.com?true=์ฝ๋ฉ
encodeURI
https://truecode-95.tistory.com?true=%EC%BD%94%EB%94%A9
decodeURI
https://truecode-95.tistory.com?true=์ฝ๋ฉ
encodeURIComponent
https%3A%2F%2Ftruecode-95.tistory.com%3Ftrue%3D%EC%BD%94%EB%94%A9
decodeURIComponent
https://truecode-95.tistory.com?true=์ฝ๋ฉ
ajax ์ฌ์ฉ ์์
$.ajax({
url : encodeURI(geoserver + '/wfs?service=wfs&..............,
type : "GET",
dataType : "xml",
async : false,
success : function(xml){
์ถ์ฒ : https://www.codingfactory.net/10377
'js' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[jQuery] $.isNumeric() ์ซ์ ํ์ธ ํจ์ (0) | 2022.04.29 |
---|---|
[JavaScript] ์ผ์ชฝ 0 ์ ๊ฑฐํ๋ ๋๊ฐ์ง ๋ฐฉ๋ฒ (0) | 2022.04.13 |
[jQuery] ๋์ append css ์ถ๊ฐํ๊ธฐ (0) | 2022.03.17 |
[jQuery] ๊ฐ๋จํ tab ๋ฉ๋ด ์ฌ์ฉํ๊ธฐ (0) | 2022.03.16 |
[bxSlider] <a> ํ๊ทธ ๋งํฌ ์ด๋ ์ค๋ฅ ํด๊ฒฐ ๋ฐฉ๋ฒ (1) | 2022.03.07 |