blog 二进制文件

2018-07-16  本文已影响0人  MD兜兜

//var url = "http://localhost:54703/upload/1.mp4";

            //var xhr = new XMLHttpRequest();

            //xhr.open('GET', url, true);

            //xhr.responseType = "blob";

            ////xhr.setRequestHeader("client_type", "DESKTOP_WEB");

            ////xhr.setRequestHeader("desktop_web_access_key", _desktop_web_access_key);

            //xhr.onload = function ()

            //{

            //    if (this.status == 200)

            //    {

            //        var blob = this.response;

            //        var img = document.createElement("video");

            //        img.onload = function (e)

            //        {

            //            window.URL.revokeObjectURL(img.src);

            //        };

            //        $("#text").attr("src", window.URL.createObjectURL(blob));

            //        document.body.appendChild(img);

            //    }

            //}

            //xhr.send();

上一篇下一篇

猜你喜欢

热点阅读