摘要: window.check=function(){ var input = document.getElementById("file"); if(input.files){ //读取图片数据 var f = input.files[0]; var reader = new FileReader(); reader.onload = func... 阅读全文
posted @ 2017-05-16 11:09 沐子馨 阅读(773) 评论(0) 推荐(0)