HTML头信息<meta charset="utf-8" /><link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" /><meta name="Generator" content="LIXIPHP (http://lixiphp.com)" /><meta name="viewport" content=" Read More
posted @ 2012-06-25 14:43 lx_ Views(565) Comments(0) Diggs(0) Edit
方法一: 在网页的中增加以上这句话,可以让网页的宽度自动适应手机屏幕的宽度。其中:width=device-width :表示宽度是设备屏幕的宽度initial-scale=1.0:表示初始的缩放比例minimum-scale=0.5:表示最小的缩放比例maximum-scale=2.0:... Read More
posted @ 2012-06-25 11:33 lx_ Views(1819) Comments(1) Diggs(0) Edit
string osPat = "mozilla|m3gate|winwap|openwave|Windows NT|Windows 3.1|95|Blackcomb|98|ME|X Window|Longhorn|ubuntu|AIX|Linux|AmigaOS|BEOS|HP-UX|OpenBSD|FreeBSD|NetBSD|OS/2|OSF1|SUN"; string uAgent = Request.ServerVariables["HTTP_USER_AGENT"]; Regex reg = new Regex(osPat); ... Read More
posted @ 2012-06-25 11:21 lx_ Views(1346) Comments(0) Diggs(1) Edit