摘要: function base64_image_content($base64_image_content,$path){ //匹配出图片的格式 if (preg_match('/^(data:\s*image\/(\w+);base64,)/', $base64_image_content, $result)){ $type = $result[2]; ... 阅读全文
posted @ 2018-11-17 10:20 子焱 阅读(1888) 评论(0) 推荐(0) 编辑