我正在关注文档中的示例,以便了解语法及其工作原理。
所以我创建了这个md文件
# Blog Posts [/posts{?limit}]
...
## Retrieve Blog Posts [GET]
Retrieves the list of **ACME Blog** posts.
+ Parameters
+ limit (optional, number) ... Maximum number of posts ot retrieve
+ Response 200
...
### Create a Post [POST]
+ Request
...
+ Response 201
...
在我运行aglio之后,我得到一个漂亮的html但有一个问题。 “{?limit}”也会出现在POST网址上。这真的很糟糕,找了好几个小时,无法理解如何绕过这个。