Loading

摘要: #region 保存base64格式图片 public static void SavePhotoByString(string base64,string fullPath) { byte[] buffer = Convert.FromBase64String(base64.Replace(" " 阅读全文
posted @ 2021-06-04 09:58 云辰 阅读(1526) 评论(1) 推荐(0)
摘要: bool result = false; DateTime date = DateTime.ParseExact("20210531000000", "yyyyMMddhhmmss", System.Globalization.CultureInfo.CurrentCulture); if(Date 阅读全文
posted @ 2021-06-04 09:12 云辰 阅读(114) 评论(0) 推荐(0)