把favicon.ico放入根目录下,在head中添加一下代码

<link rel="icon" type="image/x-icon" href="/projectName/favicon.ico" />

注意:

web.xml程序中一定要加映射!!!

05-20 09:02