Create a test FormData object var formData = new FormData(); formData.append('key1', 'value1'); formData.append('key2', ...
確定! 回上一頁