摘要: //$imgSrc为图片base64流if (preg_match('/^(data:\s*image\/(\w+);base64,)/',$imgSrc,$result)){ $imgSrc = base64_decode(str_replace($result[1], '', $imgSrc)) 阅读全文
posted @ 2019-06-26 16:42 王浩栋 阅读(550) 评论(0) 推荐(0) 编辑