摘要: The server refused this request because the request entity is in a format not supported by the requested resource for the requested method1、Spring Mvc... 阅读全文
posted @ 2015-11-16 14:34 星辰之力 阅读(303) 评论(0) 推荐(0)
摘要: The server refused this request because the request entity is in a format not supported by the requested resource for the requested method1、Spring Mvc... 阅读全文
posted @ 2015-11-16 14:34 星辰之力 阅读(209) 评论(0) 推荐(0)
摘要: 使用jquery提交,比如monthIncome的值是一个数组,在Java里用request.getParameterValues("monthIncome");取不到值,要这样才行request.getParameterValues("monthIncome[]")。如果使用struts又... 阅读全文
posted @ 2015-11-16 14:19 星辰之力 阅读(287) 评论(0) 推荐(0)