摘要:
//处理图片 private function imageDeal($param){ $arrType=array('image/jpg','image/bmp','image/png','image/jpeg'); $max_size=2*1024*1024; if(!empty($param[' 阅读全文
摘要:
function preview2(file) { var reader = new FileReader(); reader.onload = function(e) { //console.log(333); $('#test').attr("src", e.target.result) // 阅读全文