IE地址栏前换成自己的图标

xml 代码
xml 代码
  1. <%--       IE地址栏前换成自己的图标  --%>  
  2. <%   
  3. String contextPath = request.getContextPath();   
  4. %>  
  5. <link rel="Shortcut Icon" href="<%=contextPath%>/my.ico">  
  6.   
  7. <%--     可以在收藏夹中显示出你的图标   --%>  
  8. <link rel="Bookmark" href="<%=contextPath%>/my.ico">  

你可能感兴趣的:(xml,IE)