摘要:
using System;using System.Collections.Generic;using System.Text; namespace bignum{ class Program { static string[] bigNum ={ "零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖" }; stat... 阅读全文
摘要:
数字转大写 public class bnum { public bnum() { } static String []bigNum={"零","壹","贰","叁","肆","伍","陆","柒","捌","玖"}; static String []wei={"元","拾","佰","仟","万" 阅读全文