解決辦法. 您還可以直接在 forEach 物件上使用 FormData : var object = {}; formData.forEach(function(value, key){ object[key] = value; }); ...
確定! 回上一頁