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.
Jsoup は、アプリを使用するたびに Web サイトのデータを更新しますか?? つまり、JSOUP が Web サイトからデータを取得した場合、アプリケーションを再度使用するとき、または以前に抽出されたデータを使用するときに、データを再度取得しますか?
Jsoupは、parse()または-メソッドを使用するたびにデータをロードしますget()。Documentこれらのメソッドは、作業中のすべてのコードを含むを返します。
parse()
get()
Document
そのため、電話をかけるparse()かget()もう一度電話をかけるまで、コンテンツは更新されません。要素を選択したり変更を加えたりすることはできますが、ソースからの更新はありません。