zhangboyi
zhangboyi
1. For example, I want to do a compatibility test. After recording the request in the chrome browser, I want to replay in the Firefox browser and check whether the...
… or < br > #378
- Version by `2020.1.16` - Test case input ```html Verb Description GET 用于获取数据 用于获取数据 用于获取数据 POST 用于创建数据 PUT 用于修改部分数据,例如一个文档标题,正文 DELETE 用于删除数据 ``` output ```md Verb | Description ---------------------|---- GET |...