前端页面获取跳转页面uri后边的信息

73 阅读1分钟

http://localhost:8090/study/123?name=joe获取name(rest风格uri)

连接到的另一个页面使用el表达式就可以${param.name}\\这个name为uri后?的k键值