会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
首页
管理
2022年5月1日
c# API接收Base64转图片
摘要: 2022.5.1今天加班 Base64->图片 byte[] bit = Convert.FromBase64String(ret.data.oauthMPCode); using (MemoryStream ms = new MemoryStream(bit)) { Bitmap bmp = ne
阅读全文
posted @ 2022-05-01 14:16 超级驼鹿
阅读(498)
评论(0)
推荐(0)
/*