반응형
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 | 29 | 30 |
Tags
- docker
- codebuild
- Flux
- Spring Error
- codedeploy
- JavaScript
- Kafka
- Airflow
- PostgreSQL
- or some instances in your deployment group are experiencing problems.
- codedeploy error
- Python
- Spring
- SQL
- kubeflow
- redis
- Jenkins
- java bigdecimal
- node
- chartjs
- VPN
- chart.js
- aws cicd
- IntelliJ
- codepipeline
- aws
- bootstrap
- COALESCE
- 도커
- AWS CI/CD 구축하기
Archives
- Today
- Total
목록encodeURICpmponent (1)
Small Asteroid Blog
jquery string 으로 url 넘길 때 특수문자 사라지는 현상 해결(encodeURICpmponent)
url 을 jquery로 전달하는데 %문자가 포함된 글자가 변겨오디어서 출력되는 현상을 발견했다. '%3D ' 가 '=' 로 변경되어 출력됨 //+ 와 & 만 퍼센트 인코딩으로 변경 url = url.replace(/&/g, "%26").replace(/\+/g,"%2B"); //url 전체를 퍼센트 인코딩으로 변경 url = encodeURICpmponent(url);
프론트엔드/Javascript
2021. 4. 12. 19:37