var f = new FormData; data = { "telefone": null, "nome": "Wallace" }; f.append('data', JSON.stringify(data)); //Ainda string ...
確定! 回上一頁