js實現圖片的上傳及將圖片轉爲base64格式

首先用的是react + axios + antd 文件上傳接口: fileUpload( api, file, isHost = true) { const url = ( isHost ? host : '') + api; const formData = new FormData(); formData. append( 'file', file); return axios. post(
相關文章
相關標籤/搜索