日韩黑丝制服一区视频播放|日韩欧美人妻丝袜视频在线观看|九九影院一级蜜桃|亚洲中文在线导航|青草草视频在线观看|婷婷五月色伊人网站|日本一区二区在线|国产AV一二三四区毛片|正在播放久草视频|亚洲色图精品一区

分享

input 圖片上傳選擇圖片后顯示縮略圖

 好好學(xué)戲 2019-03-20

<script>

function show(f) {

        var rd = new FileReader();//創(chuàng)建文件讀取對象

        var files = f.files[0];//獲取file組件中的文件

        rd.readAsDataURL(files);//文件讀取裝換為base64類型

        rd.onloadend = function(e) {

            //加載完畢之后獲取結(jié)果賦值給img

            document.getElementById("book-pic").src = this.result;

        }

        $("#book-pic").css("display","inline-block").siblings(".imga").css("display","none");

    }

</script>

關(guān)鍵點(diǎn):#book-pic; .imga

    <div class="input-box">

            <div class="label">行駛證照片</div>

            <div class="input">

              <label class="upload-input imga">

                <input type="file" class="inputfile" accept="image/*" name="zheng"  id="book-file" onchange="show(this)"/>

                <div class="upload-btn">正本上傳</div>

              </label><img id="book-pic2" src="/book/img/book-list/article/${book.image}.jpg" style="display:none;width:50px;height:50px;">

              <label class="upload-input img">

                <input type="file" class="inputfile" accept="image/*" name="fu"  id="book-file3" onchange="show3(this)"/>

                <div class="upload-btn">副本上傳</div>

              </label><img id="book-pic3" src="/book/img/book-list/article/${book.image}.jpg" style="display:none;width:50px;height:50px;">

            </div>

          </div>

    本站是提供個人知識管理的網(wǎng)絡(luò)存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多