append () to work with an array, you need to JSON.stringify it. ... let barArray = [{item: 'one'}, {item: 'two'}]; let data = FormData(); data.append('foo', JSON.
確定! 回上一頁