const reader = new FileReader(); reader.onload = event => insertImageBlock(blocks, editor, file, event.target.result);
確定! 回上一頁