摘要: using System;using System.Collections.Generic;using System.Text; namespace Base{ public class BCDHelper { /// <summary> /// 用BCD码压缩数字字符串 /// </summary 阅读全文