asp.net 获取浏览器版本

//获取浏览器版本
string s1=Request.ServerVariables["HTTP_USER_AGENT"];
Response.Write(s1);

用心写代码,不辜负程序员之名。
原文地址:https://www.cnblogs.com/thinkingthigh/p/3026152.html