Blogger Information
Blog 12
fans 0
comment 0
visits 9351
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
bootstrap与jquery导入加载
PHP全栈60天VIP大牛作业题
Original
1265 people have browsed it
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
 content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="stylesheet" href="dist/css/bootstrap.css">
    <script src="dist/js/bootstrap.js"></script>
    <script src="jquery-3.2.1.min.js"></script>
    <title>导入bootstrap</title>

</head>
<body>
<img src="1.jpg" class="img-responsive img-rounded img-thumbnail img-circle img" >
</body>
</html>

1:首选从官网www.jquery.com下载 : Download the compressed, production jQuery 3.2.1

66666.png

2:首选从官网www.bootstrap.com  下载 :bootstrap源码

555555.png

3:下面是bootstrap解压后所有文档只取dist文档中的内容复制放入新建文档中

44444.png

4:下面是桌面新建文档中的dist,jquery,html 图片。复制一份HTML文档放入新建的文档中

11111.png

5:在PhpStorm设置bootstrap加载, 下图打开PhpStorm编辑器中的file

777.png

8888.png

9999.png

6:利用PhpStorm打开新建的文档,然后再打开HTML文档。

222222.png

7:可以在编辑器中导入下面文档:

<link rel="stylesheet" href="dist/css/bootstrap.css">
    <script src="dist/js/bootstrap.js"></script>
    <script src="jquery-3.2.1.min.js"></script>

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post