摘要: var ImageResizer = function(opts) { var settings = { resizeMode: "auto", //压缩模式,总共有三种 auto,width,height auto表示自动根据最大的宽度及高度等比压缩,width表示只根据宽度来判断是否需要等比例压 阅读全文
posted @ 2020-07-24 15:45 孑孓_0209 阅读(298) 评论(0) 推荐(0)
摘要: $('input').change(function(e){ console.log(e) console.log(e.target) console.log(e.target.size)//得到的单位为b }) 阅读全文
posted @ 2020-07-24 15:39 孑孓_0209 阅读(423) 评论(0) 推荐(0)