“const Axios = Persyaratan (Axios);” Kode Jawaban

Impor Axios

The correct way to import axios copied from the docs is:

const axios = require('axios').default;
Muddy Mongoose

Posting Axios

axios.post('https:sample-endpoint.com/user', {
    Name: 'Fred',
    Age: '23'
  })
  .then(function (response) {
    console.log(response);
  })
Kind Kitten

Jawaban yang mirip dengan “const Axios = Persyaratan (Axios);”

Pertanyaan yang mirip dengan “const Axios = Persyaratan (Axios);”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya