我有一个内容脚本,可以使用xhr下载一些二进制数据,稍后将其发送到后台脚本:var self = this; var xhr = new XMLHttpRequest(); xhr.open('GET', ...
確定! 回上一頁