1
我正在用JSP網站來比較不同購物網站的產品價格,更有效的方式,我在下面的方式寫了1個jsp頁面代碼:有沒有寫這個Jsoup代碼
try
{
jsoup.connect(first_website)
/* code for fetching prices and images */
/* Html code for displaying prices and images */
} catch(){}
try
{
jsoup.connect(second_website)
/* code for fetching prices and images */
/* Html code for displaying prices and images */
} catch(){}
try
{
jsoup.connect(third_website)
/* code for fetching prices and images */
/* Html code for displaying prices and images */
} catch(){}
此代碼顯示單個搜索查詢在同一頁面上的三個網站的結果。但問題是,我的網站現在正在緩慢加載,並且某些時候一個或其他網站的結果不顯示。它給我以下錯誤:
org.jsoup.HttpStatusException: HTTP error fetching URL.Status=500,URL=/*websitename*/