<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>
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6077 | 9년 전 | 170 | ||
| 6076 |
PlayPixel
|
9년 전 | 195 | |
| 6075 | 9년 전 | 182 | ||
| 6074 | 9년 전 | 244 | ||
| 6073 |
|
9년 전 | 199 | |
| 6072 |
|
9년 전 | 370 | |
| 6071 | 9년 전 | 282 | ||
| 6070 |
|
9년 전 | 323 | |
| 6069 | 9년 전 | 281 | ||
| 6068 |
|
9년 전 | 242 | |
| 6067 | 9년 전 | 250 | ||
| 6066 |
|
9년 전 | 370 | |
| 6065 |
PASKRAN
|
9년 전 | 263 | |
| 6064 | 9년 전 | 281 | ||
| 6063 |
kiplayer
|
9년 전 | 361 | |
| 6062 |
|
9년 전 | 324 | |
| 6061 | 9년 전 | 259 | ||
| 6060 |
|
9년 전 | 321 | |
| 6059 |
|
9년 전 | 266 | |
| 6058 |
|
9년 전 | 263 | |
| 6057 | 9년 전 | 304 | ||
| 6056 |
|
9년 전 | 246 | |
| 6055 |
|
9년 전 | 300 | |
| 6054 |
|
9년 전 | 282 | |
| 6053 |
snshero
|
9년 전 | 627 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기