zoukankan      html  css  js  c++  java
  • JS图片放大2

    <html>
    <head>

    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
    <link rel="stylesheet" href="css/viewer.css">
    <link rel="stylesheet" href="css/main.css">

    <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
    <!-- <script src="https://fengyuanchen.github.io/js/common.js"></script>-->
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.bundle.min.js"></script>
    <script src="js/viewer.js"></script>
    <script src="js/main.js"></script>

    </head>
    <body>
    <div class="docs-pictures clearfix">
    <img src="~/Files/KeepImg/333.png" alt="Cuo Na Lake">
    </div>
    </body>

    </html>

    https://www.cnblogs.com/yi0921/p/7080284.html

  • 相关阅读:
    es6 可迭代对象
    前端模板
    快速排序
    parseHTML2Vnode
    最大并发请求
    选择排序
    window命令
    Asp.net问题集锦
    ExtJs5.1.1使用中问题集锦
    Sql Server问题集锦
  • 原文地址:https://www.cnblogs.com/Ly426/p/9768637.html
Copyright © 2011-2022 走看看