1 <link rel="apple-touch-icon-precomposed" href="icon.png"/>
2 <link rel="apple-touch-icon" href="icon.png"/>

apple-touch-icon和apple-touch-icon-precomposed,区别就在于是否会应用iOS中自动给图标添加的那层高光。前者会自动加圆角和高亮效果

1 <link rel="apple-touch-icon" sizes="57x57" href="icon-57.png">
2 <link rel="apple-touch-icon" sizes="72x72" href="icon-72.png">
3 <link rel="apple-touch-icon" sizes="114x114" href="icon-114.png">
4 <link rel="apple-touch-icon" sizes="144x144" href="icon-144.png">

最新文章

  1. fscanf使用
  2. 屏幕截图、录像FastStone Capture
  3. 使用easy ui过程中资料(网址)总结
  4. bzoj 1800: [Ahoi2009]fly 飞行棋 暴力
  5. JSP-注释,脚本元素,指令
  6. asp.net 真正实现完全跨域单点登录
  7. Ubuntu密码忘记了怎么办(转载)
  8. iOS开发——沙箱
  9. 【贪心+背包】BZOJ1334 [Baltic2008]Elect
  10. Java 控制语句
  11. ubuntu 下配置munin
  12. flink入门
  13. Eclipse启动时出现错误 An internal error occurred during: &quot;Updating indexes&quot;
  14. The videobuf2 API【转】
  15. Azure 实例元数据服务
  16. MapReduce中,new Text()引发的写入HDFS的输出文件多一列的问题
  17. MyEclipse WebSphere开发教程:安装和更新WebSphere 6.1, JAX-WS, EJB 3.0(二)
  18. POJ2311 Cutting Game
  19. eclipes设置默认注释作者
  20. 下载Qt安装包

热门文章

  1. js获取缓存数据
  2. HTTP 请求头中的 X-Forwarded-For
  3. 设计模式学习之模板方法模式(TemplateMethod,行为型模式)(9)
  4. Effective C++ 之 Item 4:确定对象被使用前已先被初始化
  5. MySQL模糊查询:LIKE模式和REGEXP模式
  6. hdu 4568 Hunter(spfa预处理 + 状压dp)
  7. BurpSuite导出log配合SQLMAP批量扫描注入点
  8. hdu 1251 字典树的应用
  9. PHP学习之常量
  10. MVVM datatemplate 下button.contextmenu的command 失效解决方案