Contents

조회 수 11353 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

URL 인코딩~

<html>

<body>

<script type="text/javascript">
  var s;

  s = encodeURI('http://google.com/소 설.html');
  document.write('<p>' + s + '<p>');
  //결과 http://google.com/%EC%86%8C%20%EC%84%A4.html


  s = encodeURIComponent('http://google.com/소 설.html');
  document.write('<p>' + s + '<p>');
  //결과 http%3A%2F%2Fgoogle.com%2F%EC%86%8C%20%EC%84%A4.html


  s = escape('http://google.com/소 설.html');
  document.write('<p>' + s + '<p>');
  //결과 http%3A//google.com/%uC18C%20%uC124.html
</script>

</body>
</html>


?

  1. [c++] mfc에서 윈도우 항상 위 속성 주기..

  2. [js] 한글주소(URL) 인코딩(encode, Encoding), 자바스크립트(JavaScript)

  3. [spring] 스프링 IoC/DI

  4. [js] 인터넷 주소(URL) 인코딩 ㅋㅋ

  5. 페이팔에서 돈 찾기 (Paypal withdraw)

  6. [switch] 시스코 카탈리스트(Cisco Catalyst) 2950 미러링 설정

  7. [c++] mfc 조건별 파일 검색 프로그램 소스 ㅋㅋ

  8. [c++] 기초강좌 #01(입출력,영역지정)

  9. [c++] 기초강좌 #02(레퍼런스,메모리할당)

  10. [ios] UIButton multi-line iOS7

  11. [c++] mfc 이용한 기본적인 형변환 예제

  12. [c] 테트리스(Tetris) 게임(도스용) 소스코드

Board Pagination Prev 1 ... 47 48 49 50 51 52 53 54 55 56 ... 71 Next
/ 71