摘要: (一)图片转base64字符串 string fromImagePath="图片路径"; Bitmap bit = (Bitmap)Bitmap.FromFile(fromImagePath, false); System.IO.MemoryStream ms = new System.IO.Mem 阅读全文
posted @ 2021-06-05 14:45 清水截 阅读(47) 评论(0) 推荐(0)