html head添加:
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>


注意:
1、favicon.icon路径为根目录,但不限于根目录
2、 href="/项目名/favicon.ico"  包含项目名的href只能在本地使用,linux环境会报错,所以建议不要加




相关文章:

  • 2021-11-21
  • 2022-01-02
  • 2022-12-23
猜你喜欢
  • 2021-11-29
  • 2021-11-28
  • 2021-07-14
  • 2021-10-16
  • 2021-10-17
相关资源
相似解决方案