Contents

조회 수 11356 댓글 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. [php] Connect to Firebase Console in Laravel

  2. [php] 3 Ways to Detect Mobile or Desktop in PHP

  3. [pdf] 포인터 문법 정리 (C pointer)

  4. [pdf] 윈도우즈 95 시스템 프로그래밍(Windows 95 system programming)

  5. [pdf] GPS의 동작 원리 ㅎㅎ

  6. [pdf] C++ 국제 표준 문서

  7. [pdf] C 국제 표준 문서

  8. [opengl] 컴퓨터 그래픽스 강의 자료(수업자료)

  9. [node.js] 지금 하고 있는거..

  10. [node.js] nodejs 기본 설치

  11. [mysql] 양력, 음력 DB데이터

  12. [maven] Mac OS에 메이븐(maven) 설치하기

Board Pagination Prev 1 ... 6 7 8 9 10 11 12 13 14 15 ... 71 Next
/ 71