摘要:1 //数字转换称大写#region//数字转换称大写 2 public static string GetThousandNumberName(string p_strThousandNumberName) 3 { 4 string v_strThousand = p_strThousandNumberName; 5 stri...
阅读全文
posted @ 2007-11-06 09:19
posted @ 2007-11-06 09:19
posted @ 2007-11-06 09:15