摘要:
//导入public function textImp(){ //框架上传文件 $upload = new \Think\Upload(); $upload->maxSize = 3145728; $upload->exts = array('xlsx'); $upload->rootPath = './Public/uploads/'; ... 阅读全文
posted @ 2018-07-30 15:34
limonyun
阅读(162)
评论(0)
推荐(0)