if(Request.ServerVariables["HTTP_VIA"]!=null){ 
string user_IP=Request.ServerVariables["HTTP_X_FORWARDED_FOR"].ToString(); 
}else{ 
string user_IP=Request.ServerVariables["REMOTE_ADDR"].ToString(); 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
  • 2021-08-13
猜你喜欢
  • 2021-08-30
  • 2021-08-05
  • 2022-12-23
  • 2021-12-04
  • 2021-12-10
  • 2022-12-23
  • 2021-12-10
相关资源
相似解决方案