对 formData 的理解

237 阅读1分钟
formData.append('file', files.originFileObj);
formData.append('fileTitleObj', fileTitle);


其中还包含 antd upload 和 input 的解析内容