摘要: public static string WebAPIGetRealIP(this HttpRequest req) { string ipAddress = req.Headers["x-forwarded-for"].ToString()?.Trim(); if (!string.IsNullO 阅读全文
posted @ 2023-07-20 08:54 晚霞起风了 阅读(35) 评论(0) 推荐(0)