标签: java android
如何将上述代码转换为XML。我使用下面的代码,但它不起作用。
Document doc = Jsoup.parse("https://affiliate-program.amazon.in/home/widgets/?category=Search"); Elements elements = doc.select("button"); Log.i("text",""+elements.text());