将数字转换为中文表示
摘要:
1using System; 2using System.Collections.Generic; 3using System.Text; 4 5namespace ConvertNum2Chinese 6{ 7 class Program 8 { 9 private Dictionary _numCharacter; 10 ... 阅读全文
posted @ 2007-11-04 19:24 逖靖寒 阅读(1613) 评论(1) 推荐(0)
浙公网安备 33010602011771号