上传图片加预览

2018-10-12  本文已影响0人  yiqian091

       

   

        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;

            };

        }

上一篇 下一篇

猜你喜欢

热点阅读