我試圖讓這個網頁的內容:http://www.tisseo.fr/calculateur?o_p=saint+sernin&dpt=&dac=0&destination_class_filter=&d_p=saint+michel&apt=&arrival_class_filter=&dy=2012-10-11&sh=02&sm=15&tm=17451448556060676&op=%3E%3E+Rechercher網頁內容消失
您可以在源代碼中看到,有一個叫「row_1」元素......
但是當我這樣做在我的代碼中:
reader = new BufferedReader(new InputStreamReader(connection.getInputStream()));
while((nextLine = reader.readLine()) != null) {
buffer.append(nextLine.trim());
Log.i("content", ""+nextLine.trim());
}
只顯示網頁的開頭和結尾!我想得到的元素不在那裏......但是爲什麼?我不明白。
任何想法如何獲得「row_1」的內容? 謝謝
好了,感謝您的回答:) – lost17
它是可用的,因爲昨天。查看新的v1 API的「旅程」方法。 –
謝謝@ MarcPlano-Lesay我更新了答案 – xavierraffin