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.
現在、私は通常のアドレスだけでWebサイトを取得しています。
Jsoup.connect(url).get();
しかし、たとえばモバイルバージョンにフェッチを強制することで、ネットワークデータをどうにかして最適化できるのだろうか?それは可能ですか?
ウェブサイトにモバイル版がある場合、通常は(最後に)ブラウザの種類を検出し、モバイル版を自動的に提供します。
それ以外の場合は、URLを渡すWebサイトのモバイルURLを使用できます。