美文网首页
上传图片加预览

上传图片加预览

作者: yiqian091 | 来源:发表于2018-10-12 11:07 被阅读0次

       

   

        function changepic() {

            var reads= new FileReader();

            f=document.getElementById('file').files[0];

            reads.readAsDataURL(f);

            reads.onload=function (e) {

                document.getElementById('show').src=this.result;

            };

        }

相关文章

网友评论

      本文标题:上传图片加预览

      本文链接:https://www.haomeiwen.com/subject/etdfwftx.html