摘要: /// /// 图片转为base64编码字符 /// /// 图片路径 /// 图片格式 /// base64编码字符 public static string ImgToBase64(string path, ImageFormat format) { ... 阅读全文