Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guyutongxue committed Apr 15, 2024
1 parent f7e7e1e commit 5f7ef02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 24spring/middle_homework/document.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ References:
我们要求处理的文献有三类:

+ 书籍,在文献合集中对象的字段 `type``"book"`,只具有`ISBN`号,需要程序从网络上查询合适的额外信息,最终的输出格式为 `[id] book: 作者, 书籍标题, 出版社, 出版年份`
+ 网页,在文献合集中对象的字段 `type``"webpage"`,只具有网址,同样需要程序从网络上查询,最终的输出格式为 `[id] article: 作者, 文章标题, 期刊名, 发表年份, 卷号, 期号`
+ 文章在文献合集中对象的字段 `type``"article"`,对象的内容包含了它的全部信息,最终的输出格式为 `[id] webpage: 网页标题. Available at 网址`
+ 网页,在文献合集中对象的字段 `type``"webpage"`,只具有网址,同样需要程序从网络上查询,最终的输出格式为 `[id] webpage: 网页标题. Available at 网址`
+ 文章在文献合集中对象的字段 `type``"article"`,对象的内容包含了它的全部信息,最终的输出格式为 `[id] article: 作者, 文章标题, 期刊名, 发表年份, 卷号, 期号`

对于网络进行查询的接口如何使用请详见[附录](#HTTP)。我们期望你补充的内容包括:

Expand Down

0 comments on commit 5f7ef02

Please sign in to comment.