1、const reader = new FileReader() 2、有方法都接受一个 BLOB 类型对象为参数 然后在 onLoad 钩子函数的时候将转换出来的结果(e.target.result)拿来使用