Skip to content

Commit

Permalink
hzuapps#6 hzuapps#13 第六次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
HardyYao committed Jun 8, 2017
1 parent 1b23edd commit 513ce42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ public void onClick(View v) {
new Thread(){
public void run(){
try {

Document doc = Jsoup.connect("").get();
Document doc = Jsoup.connect("https://github.com/HardyYao/android-labs-2017/blob/master/AndroidLabs/app/src/main/java/edu/hzuapps/androidlabs/homeworks/net1414080903212/homework1414080903212.xml").get();
int i = 1;
Elements data = doc.select("DT"+i);
while(!data.isEmpty()){
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<context>
<param-name>title</param-name>
<param-value>第六次实验</param-value>
<param-name>content</param-name>
<param-value>xml解析</param-value>
<param-name>sub_date</param-name>
<param-value>2017-6-8</param-value>
</context>

0 comments on commit 513ce42

Please sign in to comment.