摘要: public static bool CheckCodeEAN13(string barCode) { if (barCode.Length != 13) { throw new Exception("条码长度不是13位"); } var chceckCode = barCode[12]; var 阅读全文
posted @ 2022-07-28 18:04 烟台西炮台 阅读(30) 评论(0) 推荐(0)