私人领地
摘要: 解决办法:加入一段css和.ui-mobile img {max-width: 100%;}即可解决。 阅读全文
posted @ 2014-03-31 18:00 狂奔的蜗牛Snails 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 代码$ua = strtolower($_SERVER['HTTP_USER_AGENT']);$uachar = "/(nokia|sony|ericsson|mot|samsung|sgh|lg|philips|panasonic|alcatel|lenovo|cldc|midp|mobile)/i";if(($ua == '' || preg_match($uachar, $ua))&& !strpos(strtolower($_SERVER['REQUEST_URI']),'wap')) 阅读全文
posted @ 2014-03-31 11:21 狂奔的蜗牛Snails 阅读(204) 评论(0) 推荐(0) 编辑