问答详情
源自:5-4 秒杀交互

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里面包括工程名和模块名的。)

提问者:旭旭同学 2017-01-11 23:27

个回答

  • 旭旭同学
    2017-01-12 21:02:43

    已经自己解决了……URL写错了。