摘要: using System;using System.Collections.Generic;using System.Text; namespace bignum{ class Program { static string[] bigNum ={ "零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖" }; stat... 阅读全文
posted @ 2007-01-04 17:52 ahuo 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 数字转大写 public class bnum { public bnum() { } static String []bigNum={"零","壹","贰","叁","肆","伍","陆","柒","捌","玖"}; static String []wei={"元","拾","佰","仟","万" 阅读全文
posted @ 2007-01-04 16:38 ahuo 阅读(850) 评论(0) 推荐(0) 编辑