随笔分类 - 小组件的封装
摘要:用到第三方库https://driverjs.com/ 如何使用: //引入 -> 注册 -> 使用 import newFeaturesLaunched from "@/components/common/new-features-launched"; //HTML结构 <div id="some
阅读全文
摘要:接口给我返回的是slk文件,先转base64再转MP3文件。 import http from "../api/http"; //可以把base64转音频文件的 function base64ToBlob(urlData, type) { let arr = urlData.split(",");
阅读全文