We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
模拟post方法进行测试,不一定总是要用postMan呢
fetch(apiUrl, { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({q: 1}) }).then(async res => console.log(await res.json()))
The text was updated successfully, but these errors were encountered:
这个知识不冷吧,感觉也不实用,操作起来太麻烦,可以加到 snippets 里面。
Sorry, something went wrong.
路过,补充一点
补充下。
No branches or pull requests
模拟post方法进行测试,不一定总是要用postMan呢
The text was updated successfully, but these errors were encountered: