摘要: $url = explode(',',I('img'))[1]; //这里的I('img')是base64格式 $img = base64_decode( $url); $path = "./goodimg/"; $prefix='good_'; $output_file = $prefix.tim 阅读全文
posted @ 2017-07-11 17:22 码猿人 阅读(447) 评论(0) 推荐(0)