spring boot-controller中的一个方法获取其他方法返回的值2023-10-07 20:30:22@RequestMapping("/test") public String getData() { return "redirect:/other";} redirect表示重定向,return到其他方法。上一篇:利用httpclient和多线程刷訪问量代码下一篇:WebService – 3.后台调用WebService,根级别上的数据无效