Jboot框架 用get方式请求的时候可以使用getPara()获取到参数 但是用post方式请求使用getPara()获取不到参数
用post请求拿不到值
收起
F12看一下数据有没有放到form data 里 有的话request.getParam肯定可以拿的到
报告相同问题?