“cara mengatur json type jQuery jax” Kode Jawaban

cara mengatur json type jQuery jax

$.ajax({
    type: "POST",
    contentType: "application/json",
    url: 'http://localhost:16329/Hello',
    data: { name: 'norm' },
    dataType: "json"
});
Obedient Osprey

cara mengatur json type jQuery jax

        $.ajax({
            type: "POST",
            url: siteRoot + "api/SpaceGame/AddPlayer",
            async: false,
            data: JSON.stringify({ Name: playersShip.name, Credits: playersShip.credits }),
            contentType: "application/json",
            complete: function (data) {
            console.log(data);
            wait = false;
        }
    });
Obedient Osprey

Jawaban yang mirip dengan “cara mengatur json type jQuery jax”

Pertanyaan yang mirip dengan “cara mengatur json type jQuery jax”

Lebih banyak jawaban terkait untuk “cara mengatur json type jQuery jax” di JavaScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya