摘要: //今天才学的留作纪念吧//upload.phpfilename=$files['name']; $types=explode(".",$this->filename);//根据.截取文件的后缀名称(.jpg) $this->filetypes=$types[count($types)-1]... 阅读全文
posted @ 2014-11-13 20:25 如若へ 阅读(188) 评论(0) 推荐(0)