我希望读取一个文件并使用FileReader对象将其转换为Base 64编码的字符串。下面是我使用的代码: var reader = new FileReader(); reader.onloadend ...
確定! 回上一頁