var img = new Image(); img.src = 'test.png'; img.onload = function() { console.log(this.width, this.height); };
0 件のコメント:
コメントを投稿