Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我网站的右边距在 iphone 上被切断了.. 有什么想法吗?谢谢!
http://speedsociety.com/
为 iPhone 创建一个自定义样式表并将其附加如下:
<?php $browser = strpos($_SERVER['HTTP_USER_AGENT'],"iPhone"); if ($browser == true){ $browser = 'iphone'; } ?> <?php if($browser == 'iphone'){ ?> <!-- Attach style-sheet here -- <?php } ?>