将base64编码转换图片
摘要:
/// /// 二进制Base64编码转图片 /// /// /// public string ByteToPicture(string bytes) { string[] urls = bytes.Split(','); strin... 阅读全文
posted @ 2017-04-05 16:58 学无止境_上海 阅读(451) 评论(0) 推荐(0) 编辑
posted @ 2017-04-05 16:58 学无止境_上海 阅读(451) 评论(0) 推荐(0) 编辑