//$pic这个路径怎么写啊,各种测试都不行 $pic = '/tmp/uploads/3/' . time().'.jpg'; Image::open($this->request->file('pic'))->thumb(150, 150)->save($pic);