在html代码中name为apple-itunes-app的meta标签定义有什么意义呢?


我在 知乎 的网页代码里发现了如下神秘代码

<meta name="apple-itunes-app" content="app-id=432274380" />

这样的定义有什么意义,可以自动适配指定的ios app吗?

itunes HTML ios

majia 10 years, 5 months ago

这个标签是告诉iphone的safari浏览器,这个网站对应的app是什么,然后在页面上面显示一个下载banner
A Smart App Banner of the Apple Store app

参考: http://developer.apple.com/library/io...

半夜出太阳 answered 10 years, 5 months ago

Your Answer