2014-03-24 93 views

回答

0

使用C#,您可以嘗試HttpBrowserCapabilities,例如:

HttpBrowserCapabilities bc = Request.Browser; 

現在,bc.Browser會給你的名字和bc.Version會給你的版本。取自here,你也可以檢查HttpRequest.UserAgent Property