文件的下載與跨域問題的解決

@RequestMapping(value = "downExcle", method = RequestMethod.GET) @ResponseBody public void downLoadExcle(@RequestParam String uuid,HttpServletResponse response) { try { // path是指欲下載的文件的路
相關文章
相關標籤/搜索