如果要在网站上获取客户的ip并保存在数据库中在asp.net中怎么实现的?如果要在网站上获取客户的ip并保存在
如果要在网站上获取客户的ip并保存在数据库中在asp.net中怎么实现的?
如果要在网站上获取客户的ip并保存在数据库中在asp.net中怎么实现的?
[解决办法]
string ip = Request.UserHostAddress.ToString();
得到IP
如果要在网站上获取客户的ip并保存在数据库中在asp.net中怎么实现的?
如果要在网站上获取客户的ip并保存在数据库中在asp.net中怎么实现的?
[解决办法]
string ip = Request.UserHostAddress.ToString();
得到IP