摘要: $('input:file[name="file"]').change(function(e){ //图片上传预览 IE是用了滤镜。 if (this.files && this.files[0]){ var reader = new FileReader(); ... 阅读全文
posted @ 2016-08-16 10:40 小小小飞鱼 阅读(172) 评论(0) 推荐(0)