private string getint(char c)
{
string str = "";
switch ( c )
{
case ''0'':
str = "零";
break;
case ''1'':
str = "壹";
break;
case ''2'':
str = "贰";
break;
case ''3'':
str = "叁";
break;
case ''4'':
str = "肆";
break;
case ''5'':
str = "伍";
break;
case ''6'':
str = "陆";
break;
case ''7'':
str = "柒";
break;
case ''8'':
str = "拐";
break;
case ''9'':
str = "玖";
break;
}
发表于 @
2007年06月20日 09:29:00 | | 编辑|
举报| 收藏