JFinal 获取参数问题

发现 JFinal 中getPara()只能获取到get请求传的参,post传参取不到值,得使用

HttpKit.readData(getRequest())

请问,有没有统一的获取参数的方式,get和post方式都能取到值,不要分两种情况分别取值??

评论区

快乐的蹦豆子

2018-12-20 21:48

那还因为用了不同的方式传过来的

路遥_美好人生

2018-12-22 16:42

在Ajax中的header里加上'content-type': 'application/x-www-form-urlencoded'即可

逗不逗

2018-12-22 17:47

@路遥_美好人生 嗯嗯,确实是因为这个问题,用了form-data发现接受不到值,谢谢了

热门反馈

扫码入社