IceskYsl (owner)

Revisions

gist: 206656 Download_button fork
public
Public Clone URL: git://gist.github.com/206656.git
Embed All Files: show embed
XML #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<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>