博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
eclipse Maven Bootstrap 导航栏
阅读量:5214 次
发布时间:2019-06-14

本文共 1182 字,大约阅读时间需要 3 分钟。

1.在pom.xml添加两个依赖 Bootstrap 依赖和jQuery依赖

1 
2
3
org.webjars
4
bootstrap
5
4.3.1
6
7
8
9
org.webjars.bower
10
jquery
11
3.4.1

2.从复制一个导航栏源码,加入到index.jsp

3.下载 Bootstrap 源码和jQuery源码

4.然后把bootstrap.css,jquery.min.js,bootstrap.min.js的限定名复制,导入到index.jsp

5.完整代码

1  2  3  4 <%@ page language="java" contentType="text/html; charset=UTF-8" 5     pageEncoding="UTF-8"%> 6 
7 在此处插入标题 8
9 10 11
42 43 44 45

6运行结果

 

转载于:https://www.cnblogs.com/q2546/p/10957154.html

你可能感兴趣的文章
JavaScript基本语法
查看>>
JavaScript运算符
查看>>
JavaScript语法-流程控制语句
查看>>
JavaScript对象
查看>>
BOM
查看>>
bootstrap入门&栅格系统
查看>>
bootstrap-全局CSS&js插件
查看>>
xml基础
查看>>
servlet
查看>>
http请求协议
查看>>
http响应消息
查看>>
VI快捷键速记
查看>>
Anaconda 改为国内镜像的方法
查看>>
Python访问Mysql
查看>>
Linux上安装Python3
查看>>
Nginx开启访问日志记录
查看>>
Python做域用户验证登录
查看>>
Linux上安装Mysql
查看>>
phpmailer【PHP邮件】的用法
查看>>
Lucene入门简介
查看>>