0
如何使用JRex訪問頁面源代碼?如何使用JRex獲取頁面源代碼?
如何使用JRex訪問頁面源代碼?如何使用JRex獲取頁面源代碼?
//WebNavigation navigation = null;
//URI uri = null;
navigation.loadURI(uri, WebNavigationConstants.LOAD_FLAGS_NONE, null, null, null);
Document doc = navigation.getDocument();
Element ex = doc.getDocumentElement();
System.out.println(ex.getTextContent()); //prints page source
當然,我會去接受所有的答案,只是因爲他們在那裏 - 因爲我參加了鬥爭,所以我應該只接受那些是正確的...... – 2010-08-16 18:34:51