js图片选择、预览、压缩
var ___theImgInfo = { width: 0, height: 0}//图片选择$(document).on('click', '.the-img-view', function () { $('#input-img').click();});//图片选中后预览$(document).on('change', '#input-img', function () { if ($(this).val().length <= 0) retur.