... image) axios .post(postURL, data) .then(() => { axios .get(getURL) .then((response) => { //assign the base64 encoded image as string to ...
確定! 回上一頁