开发者

How to call to a python handler from jquery ajax?

开发者 https://www.devze.com 2023-04-08 18:00 出处:网络
How to call to a python handler from jquery ajax? can any one giv开发者_如何学Ce me an example?$.ajax({

How to call to a python handler from jquery ajax? can any one giv开发者_如何学Ce me an example?


$.ajax({
  url: "/resultshandler",
  type: 'POST',
  data: data,
  success: function(data, status){
    //check status
    //do something with data
  }
});

may this post will help you jquery.ajax post request to get data from app engine server

0

精彩评论

暂无评论...
验证码 换一张
取 消