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.
StringEntityJavaScript でJava のようなものを送信する方法。私HttpRequestは Java で知っていますが、Java スクリプトで送信する方法を知っています。
StringEntity
HttpRequest
JavaScript と HTTP のどちらにも、 の概念はありませんStringEntity。
StringEntityそれをグーグルで検索すると、それはいくつかの追加メソッドを含む文字列であるJavaオブジェクトであることが示唆されます。
他の Ajax リクエストの場合と同様に、JavaScript で XMLHttpRequest (または JSONP) を使用してサーバーにテキストを送信します。そのテキストをStringEntityサーバー側コードのオブジェクトに変換します。