Contents

조회 수 11382 댓글 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] 파일입출력, 링크리스트(linked list)를 이용한 주소록(도스용) 소스코드

    Date2003.04.23 CategoryDevelop Byhooni Views11195
    Read More
  2. [c] 최대공약수, 최소공배수, 서로소 구하기 (펌)

    Date2013.04.23 CategoryDevelop Byhooni Views11205
    Read More
  3. [linux] 시스템 데몬 종류와 설명

    Date2013.04.23 CategorySystem/OS Byhooni Views11222
    Read More
  4. [NFC] 단말기와 서버 통신 내용

    Date2013.11.12 CategoryEtc Byhooni Views11235
    Read More
  5. [doc] TCP/IP 강의 자료 (html)

    Date2013.04.23 CategorySystem/OS Byhooni Views11247
    Read More
  6. [c] 파일입출력 간단한 설명

    Date2003.04.23 CategoryDevelop Byhooni Views11275
    Read More
  7. [switch] 시스코 스위치(catalyst 2950) telnet 설정

    Date2013.04.23 CategoryDevelop Byhooni Views11298
    Read More
  8. [unix] 유닉스 명령에 메타문자 사용

    Date2014.02.19 CategoryDevelop Byhooni Views11298
    Read More
  9. [ios] iOS In App Purchase 코드 부분 샘플 2

    Date2013.11.20 CategoryDevelop Byhooni Views11334
    Read More
  10. [js] 한글주소(URL) 인코딩(encode, Encoding), 자바스크립트(JavaScript)

    Date2013.04.23 CategoryDevelop Byhooni Views11346
    Read More
  11. [c++] mfc에서 윈도우 항상 위 속성 주기..

    Date2013.04.23 CategoryDevelop Byhooni Views11361
    Read More
  12. [js] 인터넷 주소(URL) 인코딩 ㅋㅋ

    Date2013.04.23 CategoryDevelop Byhooni Views11382
    Read More
Board Pagination Prev 1 ... 57 58 59 60 61 62 63 64 65 66 ... 98 Next
/ 98