各位好,最近接触到了java spring
因为这对我来讲是很新的工具,有些地方实在想不通怎么用...
目前我想试着由使用者输入然后用RequestMapping产生一个页面
简单来讲,我的问题是
有没有可能这样做:
@RequestMapping(value = "/user/{userInput}", method = RequestMethod.GET)
其中userInput是从另外的页面读取使用者输入的资料这样
比如说,使用者在另外的页面输入:books
然后可以产生一个页面 网址是localhost/user/books
不好意思大概问了很粗浅的问题...>_<
谢谢