<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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5077 |
senseme
|
12년 전 | 1233 | |
| 5076 |
senseme
|
12년 전 | 3217 | |
| 5075 |
senseme
|
12년 전 | 834 | |
| 5074 |
senseme
|
12년 전 | 1768 | |
| 5073 | 12년 전 | 3607 | ||
| 5072 |
senseme
|
12년 전 | 5245 | |
| 5071 |
senseme
|
12년 전 | 1416 | |
| 5070 |
senseme
|
12년 전 | 750 | |
| 5069 |
senseme
|
12년 전 | 2726 | |
| 5068 |
senseme
|
12년 전 | 2468 | |
| 5067 |
senseme
|
12년 전 | 1500 | |
| 5066 |
senseme
|
12년 전 | 2917 | |
| 5065 |
senseme
|
12년 전 | 6511 | |
| 5064 | 12년 전 | 2141 | ||
| 5063 |
네오soft
|
12년 전 | 1873 | |
| 5062 | 12년 전 | 777 | ||
| 5061 | 12년 전 | 1788 | ||
| 5060 |
sa2pan
|
12년 전 | 1254 | |
| 5059 | 12년 전 | 3894 | ||
| 5058 | 12년 전 | 9832 | ||
| 5057 | 12년 전 | 1141 | ||
| 5056 | 12년 전 | 2458 | ||
| 5055 |
생각보다몸이앞서다
|
12년 전 | 2146 | |
| 5054 | 12년 전 | 2966 | ||
| 5053 |
kiplayer
|
12년 전 | 5981 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기