设置地址栏前的图标
程序员文章站
2022-06-03 17:50:02
...
1,找一个16px * 16px 的图片,文件命名为 favicon.ico
2, 将该文件复制到根目录下
3,在页面中加入
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<Link Rel="SHORTCUT ICON" href="<%=basePath%>favicon.ico">
上一篇: tomcat结合nginx做tomcat宕机给出友好提示界面
下一篇: 交换结构体内部的两组数据