How do I send in a POST request body with nested json with Vue3 and http request?

前端 未结 0 1278
醉梦人生
醉梦人生 2020-11-27 10:14
async function createUser() {
  const response = await fetch(API_URL, {
    method: \'POST\',
    headers: {
      \'content-type\': \'application/json\'
    },
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题