Views 11349 Votes 0 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
341 System/OS [linux] 쉘 스크립트 (Shell Script) hooni 2003.04.23 12064
340 Develop [linux] 쉘 스크립트를 이용한 BBS hooni 2003.04.23 10047
339 System/OS [linux] 쉘 스크립트에 대한 설명과 예제.. hooni 2003.04.23 13413
338 System/OS [linux] 쉘 환경변수 PS1(프롬프트) hooni 2003.04.23 13492
337 System/OS [linux] 쉘스크립트 expr hooni 2014.03.11 15618
336 System/OS [linux] 스케쥴링 순서(nice) 변경하기 hooni 2003.04.23 12536
335 System/OS [linux] 시스템 데몬 종류와 설명 hooni 2013.04.23 11139
334 System/OS [linux] 아파치 설치/설정(proxy) hooni 2003.04.23 12965
333 System/OS [linux] 아파치설치/설정 hooni 2003.04.23 14492
332 System/OS [linux] 아파치설치/설정 - SSI(Server Side Include) hooni 2003.04.23 13206
331 System/OS [linux] 아파치설치/설정 - 사용인증 hooni 2003.04.23 15084
330 System/OS [linux] 아파치설치/설정 - 알리어싱(aliasing) hooni 2003.04.23 51368
329 System/OS [linux] 아파치설치/설정(CGI부분) hooni 2003.04.23 14568
328 System/OS [linux] 아파치설치/설정(모니터링) hooni 2003.04.23 14153
327 System/OS [linux] 우분투 APM + phpmyadmin 설치 hooni 2013.10.07 49321
326 System/OS [linux] 웹로그분석기(webalizer) 설치 & 팁 hooni 2003.04.23 14882
Board Pagination Prev 1 ... 51 52 53 54 55 ... 74 Next
/ 74