<script>
str="";
test=prompt('영문자를 입력하세요 - 대소문자 혼용가능','AbCdEf');
for(i=0;i<test.length;i++){
if(test.charCodeAt(i)<90&&test.charCodeAt(i)>65){ //대문자의경우
str+=i+":"+test.charAt(i)+":"+test.charAt(i).toLowerCase()+"<br>"; //소문자로
} else {
str+=i+":"+test.charAt(i)+":"+test.charAt(i).toUpperCase()+"<br>"; //소문자는 대문자로
}
}
document.write(str);
</script>
str="";
test=prompt('영문자를 입력하세요 - 대소문자 혼용가능','AbCdEf');
for(i=0;i<test.length;i++){
if(test.charCodeAt(i)<90&&test.charCodeAt(i)>65){ //대문자의경우
str+=i+":"+test.charAt(i)+":"+test.charAt(i).toLowerCase()+"<br>"; //소문자로
} else {
str+=i+":"+test.charAt(i)+":"+test.charAt(i).toUpperCase()+"<br>"; //소문자는 대문자로
}
}
document.write(str);
</script>
게시글 목록
| 번호 | 제목 |
|---|---|
| 10762 |
jQuery
회사에 히스토리에 써먹을 만한 자료
8
|
| 10754 | |
| 10752 |
MySQL
고수님들 도와주세요!
1
|
| 10749 |
Mobile
json 파싱방법
2
|
| 10746 | |
| 10740 | |
| 10738 | |
| 10736 | |
| 10733 |
JavaScript
주민번호, 외국인번호 검사 스크립트
2
|
| 10731 |
Mobile
Base64.java 파일입니다.
1
|
| 10730 | |
| 10727 | |
| 10725 |
MySQL
Mysql Text필드
1
|
| 10721 | |
| 10719 |
Mobile
[안드로이드] 프리퍼런스 사용 방법
1
|
| 10718 | |
| 10712 | |
| 10711 |
Mobile
[ios]사진촬영후 이미지 편집 샘플입니다.
|
| 10710 |
JavaScript
Html , javascript , css 강좌 사이트 입니다.
|
| 10709 |
JavaScript
주민번호 자바스크립트 체크
|
| 10707 |
jQuery
안녕하세요 jquery에 대해 물어볼게있습니다
1
|
| 10706 | |
| 20108 | |
| 10705 |
Mobile
[안드로이드] 자신의 폰에 깔려있는 앱들 검색하기
|
| 10703 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기