測試接口可以選擇Supertest 來測試接口。我們先安裝Supertest。 npm install supertest --save-dev. 在測試接口之前,需要設置下server, ...
確定! 回上一頁