formData.append(name, value) 表单的值。是USVString 或Blob (包括子类型,如File)。所以上述的date需要被JSON.stringify,才能存入FormData字符串。
確定! 回上一頁