How to use type: “POST” in jsonp ajax call

后端 未结 6 2227
半阙折子戏
半阙折子戏 2020-11-22 13:11

I am using JQuery ajax jsonp. I have got below JQuery Code:

 $.ajax({  
        type:\"GET\",        
        url: \"Login.aspx\",  // Send          


        
6条回答
  •  一向
    一向 (楼主)
    2020-11-22 13:48

    You can't POST using JSONP...it simply doesn't work that way, it creates a

提交回复
热议问题