摘要: // 尺寸 getFileWidthAndHeight (file) { const _URL = window.URL || window.webkitURL const img = new Image() img.onload = function () { console.log('width 阅读全文
posted @ 2021-02-01 20:38 hjswlqd 阅读(1035) 评论(0) 推荐(0)