FormData 介面可為表單資料中的欄位/值建立相對應的的鍵/值對(key/value)集合 ... formData.append('unit_price', unit_price) formData.append('images', file) let ...
確定! 回上一頁