会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一个小袁
博客园
首页
新随笔
联系
订阅
管理
2021年9月2日
SpringMVC:数据处理
摘要: 处理提交数据 1.提交的域名称和处理方法的参数名一致 提交数据:http:/localhost:8080/hello?name=aa 处理方法: @RequestMapping("/hello") public String hello(String name){ System.out.printl
阅读全文
posted @ 2021-09-02 10:15 一个小袁
阅读(54)
评论(0)
推荐(0)
公告