@Controller @RequestMapping(path = "/user") //第一級的訪問目錄 public class HelloController { @RequestMapping(path = "/hello") //第二級的 ...
確定! 回上一頁