java-图片上传

图片上传 后台代码 public String insertStudent(Student student,HttpServletRequest request, @RequestParam(“file”) MultipartFile flie) throws IllegalStateException, IOException { //选择图片路径 String path = request.g
相关文章
相关标签/搜索