@RestController public class TestController { @RequestMapping("/getString") public String getString() { return "Hello World"; } }. 在上面,Spring会在响应 ...
確定! 回上一頁