jQuery实现在线预览pdf文件

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>加载PDF</title>
    <script type="text/javascript" src="js/jquery-1.12.3.min.js"></script>
    <script type="text/javascript" src="js/jquery.media.js"></script>
    <script type="text/javascript">  
    // $(function() {  
    //     var w = document.documentElement.clientWidth;
    //     var h = document.documentElement.clientHeight;
    //     $('a.media').media({width: w, height: h}); 
    // });  
</script>
</head>
<body>
  
    <a class="media" href="https://apptest.sf-financial.com/wealth/cdn/h5-merchant-wallet-protocol/OpenAccountStatement.pdf">预览</a>
    <hr>
    <a href="靳建伟的简历拉钩前端.pdf">预览</a>
</body>
</html>

缺点是不支持移动端。

猜你喜欢

转载自www.cnblogs.com/jervy/p/12700845.html