1
我正在創建一個Iphone應用程序。我需要在Codename One上以laber的形式顯示Web頁面的一部分,或者等同於Android上的TextView。Codename一個HTML解析
在Android中我用JAVA jsoup
如何在代號一個實現此代碼:
Document document = Jsoup.connect(url)
.userAgent("Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0")
.get();
Elements element1=document.select("#pd_foto_fondo > div:nth-child(2)");
String string1=ultact.text();