技术类 获取爱奇艺视频m3u8真实地址并下载到本地 在收藏栏新建一个网址收藏,然后编辑,复制下方代码到网址内,名称随意 javascript:var download = function (text, filename, type) { let b = new Blob([text], { type: type || 'text/plain' }); let a = docu...