function jsConvertNumberToHangul( varNum )
{
// 리턴할 문자열
var returnStr = "" ;
// 음수일 때는 에러
if ( eval(varNum) < 0 ) {
return returnStr ;
}
// 넘어온 숫자를 문자로 변환
var numLen = varNum.length ;
// 변환된 문자를 앞에서 부터 한자씩 잘라서 보관할 변수
var oneChar = null ;
var isDone1 = true ;
var isDone2 = true ;
var isDone3 = true ;
var isDone4 = true ;
var isDone5 = false ;
for ( var inx = 0 ; inx < numLen ; inx++ ) {
oneChar = varNum.substring( inx, inx+1 ) ;
isDone5 = false ;
if ( oneChar == "0" ) {
// 아무일도 안함
} else if ( oneChar == "1" ) {
returnStr = returnStr + "일" ;
isDone5 = true ;
} else if ( oneChar == "2" ) {
returnStr = returnStr + "이" ;
isDone5 = true ;
} else if ( oneChar == "3" ) {
returnStr = returnStr + "삼" ;
isDone5 = true ;
} else if ( oneChar == "4" ) {
returnStr = returnStr + "사" ;
isDone5 = true ;
} else if ( oneChar == "5" ) {
returnStr = returnStr + "오" ;
isDone5 = true ;
} else if ( oneChar == "6" ) {
returnStr = returnStr + "육" ;
isDone5 = true ;
} else if ( oneChar == "7" ) {
returnStr = returnStr + "칠" ;
isDone5 = true ;
} else if ( oneChar == "8" ) {
returnStr = returnStr + "팔" ;
isDone5 = true ;
} else if ( oneChar == "9" ) {
returnStr = returnStr + "구" ;
isDone5 = true ;
}
if ( ((numLen-inx) % 4) == 0 && oneChar != "0" ) {
returnStr = returnStr + "천" ;
} else if ( ((numLen-inx) % 4) == 3 && oneChar != "0" ) {
returnStr = returnStr + "백" ;
} else if ( ((numLen-inx) % 4) == 2 && oneChar != "0" ) {
returnStr = returnStr + "십" ;
} else if ( ((numLen-inx) % 4) == 1 ) {
if ( numLen >= 17 && isDone1 && isDone5 ) {
returnStr = returnStr + "경" ;
isDone1 = false ;
} else if ( numLen >= 13 && isDone2 && isDone5 ) {
returnStr = returnStr + "조" ;
isDone2 = false ;
} else if ( numLen >= 9 && isDone3 && isDone5 ) {
returnStr = returnStr + "억" ;
isDone3 = false ;
} else if ( numLen >= 5 && isDone4 && isDone5 ) {
returnStr = returnStr + "만" ;
isDone4 = false ;
}
}
}
return returnStr ;
}
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7730 | 10년 전 | 1309 | ||
| 7729 | 10년 전 | 1145 | ||
| 7728 |
잘살아보자
|
10년 전 | 599 | |
| 7727 |
잘살아보자
|
10년 전 | 496 | |
| 7726 |
잘살아보자
|
10년 전 | 822 | |
| 7725 |
잘살아보자
|
10년 전 | 553 | |
| 7724 |
잘살아보자
|
10년 전 | 466 | |
| 7723 |
잘살아보자
|
10년 전 | 530 | |
| 7722 |
잘살아보자
|
10년 전 | 478 | |
| 7721 |
잘살아보자
|
10년 전 | 507 | |
| 7720 |
잘살아보자
|
10년 전 | 464 | |
| 7719 |
비긴어게인
|
10년 전 | 690 | |
| 7718 |
|
10년 전 | 2537 | |
| 7717 |
잘살아보자
|
10년 전 | 649 | |
| 7716 |
잘살아보자
|
10년 전 | 398 | |
| 7715 |
잘살아보자
|
10년 전 | 429 | |
| 7714 |
잘살아보자
|
10년 전 | 496 | |
| 7713 | 10년 전 | 1785 | ||
| 7712 | 10년 전 | 1715 | ||
| 7711 | 10년 전 | 1102 | ||
| 7710 | 10년 전 | 1401 | ||
| 7709 | 10년 전 | 1518 | ||
| 7708 | 10년 전 | 1460 | ||
| 7707 | 10년 전 | 857 | ||
| 7706 |
별지기천사
|
10년 전 | 569 | |
| 7705 | 10년 전 | 1075 | ||
| 7704 |
ICONdesignstudio
|
10년 전 | 618 | |
| 7703 | 10년 전 | 592 | ||
| 7702 |
|
10년 전 | 725 | |
| 7701 | 10년 전 | 1411 | ||
| 7700 | 10년 전 | 1107 | ||
| 7699 | 10년 전 | 583 | ||
| 7698 | 10년 전 | 1141 | ||
| 7697 | 10년 전 | 5164 | ||
| 7696 | 10년 전 | 656 | ||
| 7695 | 10년 전 | 1689 | ||
| 7694 | 10년 전 | 1058 | ||
| 7693 | 10년 전 | 1556 | ||
| 7692 | 10년 전 | 1298 | ||
| 7691 | 10년 전 | 819 | ||
| 7690 | 10년 전 | 1390 | ||
| 7689 | 10년 전 | 1016 | ||
| 7688 | 10년 전 | 616 | ||
| 7687 |
파랑새1597
|
10년 전 | 592 | |
| 7686 | 10년 전 | 851 | ||
| 7685 | 10년 전 | 1342 | ||
| 7684 | 10년 전 | 799 | ||
| 7683 | 10년 전 | 1097 | ||
| 7682 | 10년 전 | 1014 | ||
| 7681 | 10년 전 | 659 | ||
| 7680 | 10년 전 | 989 | ||
| 7679 | 10년 전 | 506 | ||
| 7678 | 10년 전 | 738 | ||
| 7677 | 10년 전 | 636 | ||
| 7676 |
|
10년 전 | 946 | |
| 7675 |
|
10년 전 | 1176 | |
| 7674 | 10년 전 | 1051 | ||
| 7673 | 10년 전 | 753 | ||
| 7672 | 10년 전 | 1092 | ||
| 7671 | 10년 전 | 890 | ||
| 7670 | 10년 전 | 656 | ||
| 7669 |
mashmellow
|
10년 전 | 1232 | |
| 7668 | 10년 전 | 719 | ||
| 7667 | 10년 전 | 1009 | ||
| 7666 |
senseme
|
10년 전 | 655 | |
| 7665 | 10년 전 | 506 | ||
| 7664 | 10년 전 | 1895 | ||
| 7663 |
mixx애교
|
10년 전 | 984 | |
| 7662 | 10년 전 | 1040 | ||
| 7661 |
hkhkah
|
10년 전 | 789 | |
| 7660 | 10년 전 | 1064 | ||
| 7659 |
커네드커네드
|
10년 전 | 931 | |
| 7658 |
바람돌이팡
|
10년 전 | 673 | |
| 7657 | 10년 전 | 1166 | ||
| 7656 | 10년 전 | 1571 | ||
| 7655 | 10년 전 | 988 | ||
| 7654 |
개발짜증나
|
10년 전 | 856 | |
| 7653 |
네이비칼라
|
10년 전 | 879 | |
| 7652 |
밥먹고합시다
|
10년 전 | 815 | |
| 7651 |
플라이SINJI
|
10년 전 | 1513 | |
| 7650 |
개발짜증나
|
10년 전 | 1417 | |
| 7649 | 10년 전 | 454 | ||
| 7648 |
이미영ㅇㅇ
|
10년 전 | 864 | |
| 7647 | 10년 전 | 437 | ||
| 7646 | 10년 전 | 807 | ||
| 7645 | 10년 전 | 2320 | ||
| 7644 | 10년 전 | 821 | ||
| 7643 |
|
10년 전 | 2874 | |
| 7642 | 10년 전 | 1509 | ||
| 7641 | 10년 전 | 1140 | ||
| 7640 |
개발짜증나
|
10년 전 | 475 | |
| 7639 |
|
10년 전 | 813 | |
| 7638 |
개발짜증나
|
10년 전 | 1134 | |
| 7637 | 10년 전 | 1550 | ||
| 7636 | 10년 전 | 2916 | ||
| 7635 | 10년 전 | 1695 | ||
| 7634 | 10년 전 | 1886 | ||
| 7633 | 10년 전 | 2340 | ||
| 7632 | 10년 전 | 3947 | ||
| 7631 |
|
10년 전 | 1535 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기