반응형
250x250
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
Tags
- bootstrap
- Python
- SQL
- node
- chart.js
- aws cicd
- redis
- java bigdecimal
- Jenkins
- VPN
- codedeploy
- codedeploy error
- AWS CI/CD 구축하기
- Spring
- aws
- docker
- IntelliJ
- Spring Error
- Airflow
- COALESCE
- JavaScript
- PostgreSQL
- chartjs
- Kafka
- kubeflow
- openlens
- 도커
- codepipeline
- Flux
- codebuild
Archives
- Today
- Total
Small Asteroid Blog
[url 인코딩/ 디코딩] encodeURI(), encodeURIComponent(), decodeURI(), decodeURIComponent() 본문
프론트엔드/Javascript
[url 인코딩/ 디코딩] encodeURI(), encodeURIComponent(), decodeURI(), decodeURIComponent()
작은소행성☄️ 2021. 4. 13. 15:22728x90
- encodeURI() : 인터넷 주소에서 사용하는 :, ;, /, =, ?, & 등을 제외하고 인코딩하는 함수
- encodeURIComponent() : 모든 문자를 인코딩하는 함수
- decodeURI() : encodeURI()로 인코딩한 문자열을 디코딩하는 함수
- decodeURIComponent() : encodeURIComponent()로 인코딩한 문자열을 디코딩하는 함수
728x90
반응형
'프론트엔드 > Javascript' 카테고리의 다른 글
| [jquery] 동적 객체 추가 후 datepicker() 사용하기 (0) | 2021.04.14 |
|---|---|
| jQuery를 사용하여 동적 테이블의 특정 행(tr,td)을 삭제하는 방법 (동적으로 행 삭제) (2) | 2021.04.14 |
| jquery string 으로 url 넘길 때 특수문자 사라지는 현상 해결(encodeURICpmponent) (0) | 2021.04.12 |
| [javascript] table row text 가져오기 (table td text ,tr text 데이터) (0) | 2021.04.12 |
| javascript json key, value 추출 (0) | 2021.04.09 |