Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. Document doc;
  2.         doc = Jsoup.connect("http://stpp.sumy.ua/index.php?do=zamena").get();
  3.  
  4.         // get page title
  5.         String title = doc.title();
  6.  
  7.         textStpp.setText(title);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement