Try this: C#. Copy Code. public String getIpAddress() { string strIpAddress; strIpAddress = Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; ...
確定! 回上一頁