01 2021 档案
摘要:public static string GetFileSuffix(byte[] fileData) { string result; if (fileData == null || fileData.Length < 10) { result = null; } else { if (fileD
阅读全文
摘要:代码如下:经过测试,在netcore3.x正常,在netframework下也正常,就是netcore2.x报错。 /// <summary> /// RSA加密 /// </summary> /// <param name="publickey"></param> /// <param name=
阅读全文

浙公网安备 33010602011771号