摘要:C# 算法 luhnNext(联通物联网卡ICCID号,默认最少19位,总长度20位) public static int luhnSum(string InVal) { int evenSum; int oddSum; bool isEven; bool IsOdd = true; evenSum
阅读全文
posted @ 2018-09-13 15:07
posted @ 2018-09-13 15:07
posted @ 2018-09-10 09:27