" /> - 秒客网" />

网页图标/images/" type="image/x-icon" />

时间:2025-02-16 11:02:54
<%@ page language="java" pageEncoding="GBK"%>
<%
String path = ();
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>   
    <title>测试网页图标</title>
 <link rel="icon" href="<%=path %>/images/"  type="image/x-icon" />
 <link rel="shortcut icon" href="<%=path %>/images/"  type="image/x-icon" />
  </head>
  <body>
    网页图标
  </body>
</html>