baozhengrui

导航

2024年7月2日 #

vue+科大讯飞语音听写功能

摘要: 1.查看node版本,本人如下:node 16 本人项目目录,主要用到的画红色圈圈的三个文件 2.添加 package.json 文件版本 "dependencies": { enc": "^0.4.0", "jquery": "^3.4.1", }, "devDependencies": { "c 阅读全文

posted @ 2024-07-02 09:03 芮艺 阅读(231) 评论(0) 推荐(0) 编辑

图片连接转 base64 并在页面中如何显示

摘要: 图片链接改base64 // result.content图片链接 fetch("/navy" + result.content) .then(response => response.blob()) .then(blob => { // 将Blob对象转换为Base64字符串 const read 阅读全文

posted @ 2024-07-02 08:42 芮艺 阅读(18) 评论(0) 推荐(0) 编辑