普通就用favicon.ico放在根目录就行不需要添加代码
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
苹果存页面到桌面logo写法 180×180
<link rel="apple-touch-icon" href="apple-touch-icon.png">
需要显示工具栏和菜单栏时,不需要添加,默认值为no,即正常显示。如果content设置为yes,Web应用会以全屏模式运行,可以通过只读属性window.navigator.standalone来确定网页是否以全屏模式显示。
<meta content="no" name="apple-mobile-web-app-capable">