// 可以获得md5 SparkMD5.file(file, (md5) => { console.log(md5); }); // 貌似不行,不支持await吗? const md5 = await SparkMD5.file(file);