Contents

Views 11353 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

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>


?

List of Articles
No. Category Subject Author Date Views
633 Develop [c] UCP/TCP 채팅 소스 - 정리해야 함.. file hooni 2003.04.23 7911
632 Develop [chm] C++ 문법 가이드 file hooni 2013.04.23 7942
631 Develop [c] 마우스 따라다니는 고양이 - 네코95 (WinAPI) file hooni 2013.04.23 7945
630 Develop [c++] 트리컨트롤 스텝 3 예제.. file hooni 2013.04.23 7947
629 Develop [js] 양원님이 공유해 주신 유료(5$란다ㅋ) 자료 ㅋㅋ secret hooni 2013.04.23 7948
628 Develop [c++] Win32API를 이용한 ExitWindowsEx 사용한 예제코드 hooni 2013.04.23 7961
627 Develop [c] 퀵정렬(quick sort) 예제 소스.. file hooni 2013.04.23 7974
626 Develop [doc] Equation Solving에 대한 발표자료.. file hooni 2013.04.23 7979
625 Develop [c] 자료구조 그래프(graph) 소스코드 - 확인해볼 것.. file hooni 2013.04.23 7992
624 Develop [c] 문자열 처리 관련 함수들 설명 hooni 2003.04.23 7997
623 Develop [c] 구구단 최단라인 ㅡㅡ; file hooni 2013.04.23 8003
622 Develop 논문에 들어갈 툴바 테스트 해볼 것.. secret hooni 2013.04.23 8013
Board Pagination Prev 1 ... 41 42 43 44 45 46 47 48 49 50 ... 98 Next
/ 98