<legend id='Hv4bP'><style id='Hv4bP'><dir id='Hv4bP'><q id='Hv4bP'></q></dir></style></legend>

      <i id='Hv4bP'><tr id='Hv4bP'><dt id='Hv4bP'><q id='Hv4bP'><span id='Hv4bP'><b id='Hv4bP'><form id='Hv4bP'><ins id='Hv4bP'></ins><ul id='Hv4bP'></ul><sub id='Hv4bP'></sub></form><legend id='Hv4bP'></legend><bdo id='Hv4bP'><pre id='Hv4bP'><center id='Hv4bP'></center></pre></bdo></b><th id='Hv4bP'></th></span></q></dt></tr></i><div id='Hv4bP'><tfoot id='Hv4bP'></tfoot><dl id='Hv4bP'><fieldset id='Hv4bP'></fieldset></dl></div>
    1. <small id='Hv4bP'></small><noframes id='Hv4bP'>

        • <bdo id='Hv4bP'></bdo><ul id='Hv4bP'></ul>

        <tfoot id='Hv4bP'></tfoot>

        JS - 从base64代码中获取图片的宽高

        时间:2023-10-01

          <tbody id='cixMm'></tbody>
        <tfoot id='cixMm'></tfoot>
      1. <i id='cixMm'><tr id='cixMm'><dt id='cixMm'><q id='cixMm'><span id='cixMm'><b id='cixMm'><form id='cixMm'><ins id='cixMm'></ins><ul id='cixMm'></ul><sub id='cixMm'></sub></form><legend id='cixMm'></legend><bdo id='cixMm'><pre id='cixMm'><center id='cixMm'></center></pre></bdo></b><th id='cixMm'></th></span></q></dt></tr></i><div id='cixMm'><tfoot id='cixMm'></tfoot><dl id='cixMm'><fieldset id='cixMm'></fieldset></dl></div>
            1. <small id='cixMm'></small><noframes id='cixMm'>

                <legend id='cixMm'><style id='cixMm'><dir id='cixMm'><q id='cixMm'></q></dir></style></legend>
                • <bdo id='cixMm'></bdo><ul id='cixMm'></ul>
                  本文介绍了JS - 从base64代码中获取图片的宽高的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个 base64 img 编码,您可以在这里找到它.如何获取它的高度和宽度?

                  I have a base64 img encoded that you can find here. How can I get the height and the width of it?

                  推荐答案

                  var i = new Image(); 
                  
                  i.onload = function(){
                   alert( i.width+", "+i.height );
                  };
                  
                  i.src = imageData; 
                  

                  这篇关于JS - 从base64代码中获取图片的宽高的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如何使用 base64 设置图像源 下一篇:使用 javascript 播放以 base64 编码的 .wav 声音文件

                  相关文章

                  <legend id='ldKJ3'><style id='ldKJ3'><dir id='ldKJ3'><q id='ldKJ3'></q></dir></style></legend>

                  <tfoot id='ldKJ3'></tfoot>
                  <i id='ldKJ3'><tr id='ldKJ3'><dt id='ldKJ3'><q id='ldKJ3'><span id='ldKJ3'><b id='ldKJ3'><form id='ldKJ3'><ins id='ldKJ3'></ins><ul id='ldKJ3'></ul><sub id='ldKJ3'></sub></form><legend id='ldKJ3'></legend><bdo id='ldKJ3'><pre id='ldKJ3'><center id='ldKJ3'></center></pre></bdo></b><th id='ldKJ3'></th></span></q></dt></tr></i><div id='ldKJ3'><tfoot id='ldKJ3'></tfoot><dl id='ldKJ3'><fieldset id='ldKJ3'></fieldset></dl></div>

                  1. <small id='ldKJ3'></small><noframes id='ldKJ3'>

                    • <bdo id='ldKJ3'></bdo><ul id='ldKJ3'></ul>