jQuery的post方法提的请求怎么在服务器被识别成get请求了
$.post(seckill.URL.exposer(seckillId),{},function(result){...}); 明明是post方法,但是开发者工具报错说Failed to load resource: http://localhost:8080/seckill/seckill/1000/exposer : the server responded with a status of 406 ()。( 我用的是eclipse,URL里面包括工程名和模块名的。)