Can you tell me whats wrong with this: var formdata = new FormData(); formdata.append("key", "value"); console.log(formdata);. My output looks like this, ...
確定! 回上一頁