前端實(shí)現(xiàn)文件預(yù)覽功能

一般項(xiàng)目中有文件都需要先下載,再借助第三方軟件來(lái)實(shí)現(xiàn)文件查看,有些麻煩。
現(xiàn)在我們只需一行代碼就可以實(shí)現(xiàn)文件在線預(yù)覽

<a  target="_blank" rel="nofollow">預(yù)覽</a>
// 例如
<a  target="_blank" rel="nofollow">預(yù)覽</a>

vue項(xiàng)目中使用文件預(yù)覽并頁(yè)面跳轉(zhuǎn)

              <div class="box">
                <div class="file" style v-for="(item,index) in fileList" :key="index">
                  <!-- @click="detail" :href="item.url"-->
                  <a
                    target="myFrameName"
                    :href="'http://www.xdocin.com/xdoc?_func=to&_format=html&_cache=1&_xdoc='+item.url"
                    rel="nofollow"
                    @click="getIfrme(item.fFileName)"
                  >
                    <span
                      class="text"
                      style="color:#000;font-size:14px;line-height:35px"
                    >{{item.fFileName}}</span>
                    <img src="../../assets/organization3.png" alt />
                  </a>
                </div>
              </div>
              <iframe
                v-show="ifshow"
                style="width:100%;height:80%;"
                id="myFrameId"
                name="myFrameName"
                scrolling="auto"
                frameborder="0"
              ></iframe>
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容