火焰

valeb
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年3月13日

摘要: public static string EAN13(string s) { int checkcode_input = -1;//输入的校验码 if (!Regex.IsMatch(s, @"^\d{12}$")) ... 阅读全文

posted @ 2015-03-13 14:35 valeb 阅读(188) 评论(0) 推荐(0)