ajax ({ dataType:'blob', type:'GET', url:'http://target.url' }).done(function(blob){ // Do something with the Blob returned to us from the ajax request });. So, ...
確定! 回上一頁