在web.xml中添加了如下配置。??</servlet-mapping>? ? ?<servlet-mapping>? ? <servlet-name>default</servlet-name>? ? <url-pattern>*.ico</url-pattern>? </servlet-mapping>在index.html中添加如下代碼,引入icon。<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>當(dāng)我右擊查看網(wǎng)頁源代碼,單擊href的值,地址欄顯示:http://localhost:8080/favicon.ico,圖片顯示了出來,可是我在標(biāo)題欄就是出不來。然后我將html代碼和icon圖片拷貝到桌面,單獨(dú)運(yùn)行,icon就可以正常顯示在標(biāo)題欄上了。求解,謝謝?。?!
添加回答
舉報(bào)
0/150
提交
取消