?php if(strstr($_server['http_user_agent'],'iphone') || strstr($_server['http_user_agent'],'ipad')) { ?baseurl ?/templates/?php echo $this-template ?/css/idevice.css rel=stylesheet type=text/css /?php } ? tags: ios php css 原文地址:
baseurl ?>/templates/template ?>/css/idevice.css rel=stylesheet type=text/css />
tags:
ios
php
css
原文地址:在php里面为idevice调用单独的css, 感谢原作者分享。