java - Issue about Jsoup - fetch sub url but show main url -
i use jsoup fetch http://live.wallstreetcn.com/
in android. however, shows context of main url http://wallstreetcn.com/
.
why that?
doc = jsoup.parse(new url("http://live.wallstreetcn.com"), 10000); list<map<string, string>> list = new arraylist<map<string, string>>(); elements es = doc.getelementsbytag("div"); log.e("", "es:" + es);
Comments
Post a Comment