Spiga

随笔档案 - 2008年12月

遍历Request.ServerVariables 判断浏览器语言C#

2008-12-08 14:27 by 问天何必, 512 visits, 网摘, 收藏, 编辑
摘要:动手写下 string s =Request.ServerVariables["HTTP_ACCEPT_LANGUAGE"].ToString(); Response.Write(s); 阅读全文