return Buffer.from(data.base64 + '', 'base64');... return Buffer.from(data.base64 + '');... return Buffer.from(data.body + '');
確定! 回上一頁