var data = { username: "test", password: "12345" }; var json = JSON.stringify(data); console.log(json); var xhr = new XMLHttpRequest(); xhr.open("POST", ...
確定! 回上一頁