我有一个网页,我希望应该有两个 css 文件我的网页是在 ipad 上的 safari 浏览器中打开的,它应该加载 css 一个,如果它在没有浏览器的情况下直接打开,它应该加载 css 两个。当你有网页书签时它有ipad 主屏幕上的图标,所以当我点击它时,它会打开没有地址栏的网页,比如 safari 浏览器,它会显示来自 botton 的空格,这在 safari 上使用地址栏在线时不会显示
<link type="text/css" href="newstyle.css" media="only screen and (min-device-height:674px)and (min-device-width:1024px) and (orientation:landscape)" rel="stylesheet" />
<link type="text/css" href="newstyle_1.css" media="only screen and (min-device-height:748px) and (min-device-width:1024px) and (orientation:landscape)" rel="stylesheet"/>