<%@ page language="java" pageEncoding="GBK"%>
<%
String path = request.getContextPath();
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>测试网页图标</title>
<link rel="icon" href="<%=path %>/images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="<%=path %>/images/favicon.ico" type="image/x-icon" />
</head>
<body>
网页图标
</body>
</html>
网页图标/images/favicon.ico" type="image/x-icon" />
最新推荐文章于 2024-04-11 21:10:47 发布