百度网盘自动打开中文字幕
< Feedback on 百度网盘打开中文字幕(改)
将68行修改为以下代码,以解决URI中特殊字符解码错误问题let fileName = decodeURIComponent(url.match(regex)[1]) + '.srt';
Sign in to post a reply.
将68行修改为以下代码,以解决URI中特殊字符解码错误问题
let fileName = decodeURIComponent(url.match(regex)[1]) + '.srt';