怎么用js判断图片尺寸?
<input type="file" onchange="loadPic(this)"/>
function loadPic(img){
consoel.log(img.width);
}
FFIVE
相关分类