Welcome 微信登录

首页 / 脚本样式 / JavaScript / js获取图片长和宽度的代码

<img src="" onload="alert(this.width);alert(this.height)">