const formdata = new FormData() formdata.append('chartfile', file); 但上面的代码给我的错误是 FormData not defined . 我正在使用ES6。 任何人,谁能让 ...
確定! 回上一頁