weixin_33739541 2017-08-29 09:15 采纳率: 0%
浏览 13

在ajax中使用post方法


I want to create a function use the AJAX but when I use the POST method to send the information the function don't work but the GET method is working
This is my [function URL][1]
Please help me to find the problem and fix it

  [1]: https://jsfiddle.net/je376tkL/
  • 写回答

2条回答 默认 最新

  • weixin_33697898 2017-08-29 09:26
    关注

    Please paste in your question the content of your fiddle, as links can go down. What is wrong for me in your code is this line :

    xmlhttp.SetRequestHeader('Conect-Type','application/x-www-form-urlencoded');
    

    'Conect-Type' should be replaced by 'Content-Type'.

    评论

报告相同问题?