Created
October 10, 2009 05:40
-
-
Save IceskYsl/206656 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<eoe status="true"> | |
<jokes> | |
<page>1</page> //当前请求的页数 | |
<per_page>20</per_page> //当前请求页中的条数 | |
<totle_page>1</totle_page> //总页数 | |
<total_entries>2</total_entries> //总数 | |
<list> //笑话列表 | |
<joke> //笑话 | |
<id>2</id> //编号 | |
<title>这个字段是笑话的标题</title> //笑话标题 | |
<content>这里写的就是笑话的内容。</content> //笑话内容 | |
<user_code>2</user_code> //发布者 | |
<client>eoeSharer_Android</client> //发布的客户端 | |
<good_count>2</good_count> //好评数 | |
<bad_count>0</bad_count> //差评数 | |
<date>2009-10-10 13:38:09</date> //发布时间 | |
</joke> | |
<joke> | |
<id>1</id> | |
<title>长寿的原因</title> | |
<content>记者:“老大爷,您长寿的原因是什么?” | |
老人:“我从不喝酒,不吸咽,早睡早起!” | |
这时隔壁传来摔砸东西和叫骂的声音。 | |
记者:“这是怎么回事?” | |
老人:“我父亲,他是个烟鬼,天天酗酒,一没有酒就骂人!”</content> | |
<user_code>111</user_code> | |
<client>eoeSharer_Android</client> | |
<good_count>0</good_count> | |
<bad_count>0</bad_count> | |
<date>2009-10-10 13:35:06</date> | |
</joke> | |
</list> | |
</jokes> | |
</eoe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment