摘要:
var imgCut = { imgOpt : { imgPrototypeId : 'imgPrototype', imgViewId: 'imgView', cutBox: 'cut', ... 阅读全文
摘要:
PHP部分 /*图片上传*/ public function upload1(){ $file = $_FILES['file']; $upload = new \Think\Upload();// 实例化上传类 $upload->maxSize =... 阅读全文