ASP.NET获取IP地址

    技术2022-05-12  30

    string Ip = Request.ServerVariables["REMOTE_ADDR"].ToString();


    最新回复(0)