现在的位置: 首页 > 综合 > 正文

网页图标/images/favicon.ico” type=”image/x-icon” />

2013年09月17日 ⁄ 综合 ⁄ 共 370字 ⁄ 字号 评论关闭

<%@ 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>

抱歉!评论已关闭.