虽然 supertest 没有那么详细的记录,您可以查看 tests/supertest.js . 你有一个test suite仅用于查询字符串。 就像是: request(app) .get('/') .query({ val: 'Test1' }) ...
確定! 回上一頁