if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/Android/i)) || (navigator.userAgent.match(/ipad/i))) 
	{ 
		document.write('<link href="ipadwoflash.css" rel="stylesheet" type="text/css">'); 
	}
	else
	{
		document.write('<link href="pc.css" rel="stylesheet" type="text/css">'); 
	}
评论