Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jquery ajaxからpythonハンドラを呼び出す方法は? 誰でも私に例をあげることができますか?
$.ajax({ url: "/resultshandler", type: 'POST', data: data, success: function(data, status){ //check status //do something with data } });
この投稿が、アプリエンジンサーバーからデータを取得するためのjquery.ajaxPOSTリクエストに役立ちますように