jjw

写给自己的博客。 记录学习的点滴以备查。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年11月8日

摘要: async play() { let upload = document.getElementById("file1"); let f = upload.files[0]; var ctx = new AudioContext(); var source = ctx.createBufferSour 阅读全文

posted @ 2020-11-08 21:53 jjw 阅读(78) 评论(0) 推荐(0) 编辑

摘要: methods: { async upfile() { let upload = document.getElementById("file1"); let f = upload.files[0]; let size = 1024 * 100; let start = 0, end = 0; let 阅读全文

posted @ 2020-11-08 16:40 jjw 阅读(169) 评论(0) 推荐(0) 编辑