
WEB开发经常用到各个主流浏览器的userAgent信息,我们来看看asp如何来获取呢使用范例一<%dimaa=BrowsrifInStr(a,"MSIE")then'browserisInternetExplorerelse'browserissomeothertype...endif%>ASPSourceCode:<%PrivateFunctionBrowsr()Browsr=Request.ServerVariables("HTTP_USER_AGENT")EndFunction%>范例二:ASP获取当前浏览器UA的方法:<%dimuaua=Request.Serve...