We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640d211 commit e44b507Copy full SHA for e44b507
24spring/middle_homework/document.md
@@ -88,7 +88,7 @@ References:
88
89
+ 书籍,在文献合集中对象的字段 `type` 为 `"book"`,只具有`ISBN`号,需要程序从网络上查询合适的额外信息,最终的输出格式为 `[id] book: 作者, 书籍标题, 出版社, 出版年份`。
90
+ 网页,在文献合集中对象的字段 `type` 为 `"webpage"`,只具有网址,同样需要程序从网络上查询,最终的输出格式为 `[id] webpage: 网页标题. Available at 网址`。
91
-+ 文章在文献合集中对象的字段 `type` 为 `"article"`,对象的内容包含了它的全部信息,最终的输出格式为 `[id] article: 作者, 文章标题, 期刊名, 发表年份`。
++ 文章在文献合集中对象的字段 `type` 为 `"article"`,对象的内容包含了它的全部信息,最终的输出格式为 `[id] article: 作者, 文章标题, 期刊名, 发表年份, 卷号, 期号`。
92
93
对于网络进行查询的接口如何使用请详见[附录](#HTTP)。我们期望你补充的内容包括:
94
0 commit comments