01 2022 档案

摘要:(function (window) { window.URL = window.URL || window.webkitURL; navigator.getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || n 阅读全文
posted @ 2022-01-14 09:16 牛有肉 阅读(696) 评论(0) 推荐(1) 编辑
摘要:blobLoad(src, obj) { let self = this; const req = new XMLHttpRequest(); req.open("GET", src, true); req.responseType = "blob"; req.onload = function ( 阅读全文
posted @ 2022-01-13 13:58 牛有肉 阅读(2694) 评论(0) 推荐(0) 编辑