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.
ライブラリを使用せずに HTTP POST から応答を取得する方法を探しています。この例は、w3schools.com で見つけました。jQuery の $.post メソッドを使用して、応答を処理する関数を渡します。jQueryのソースを調べて、それがどのように処理されているかを調べてみましたが、どこにも行きませんでした。
私の POST 応答は、解析してページに表示する json オブジェクトになります。