空气炸锅手表冰箱自行车空调电视机瓷砖蓝牙耳机益生菌洗衣机
天猫优惠券 9块9精选 每日更新

谁能提供asp留言板上,显示留言用户IP代码?

嵇哲瀚2023-10-31 06:11:31 关注 留言本品牌榜
1个回答
凉面优美2023-10-31 06:11:31

///

/// 格式化ip地址并返回ip字符串 /// /// Request.UserHostAddress 用来获取ip地址的 /// public string GetIpAddress(string strIpAddress) { string tempIp = string.Empty; //存储变换后的IP if (strIpAddress.Length != 0) { int indexIp = strIpAddress.LastIndexOf('.'); tempIp = strIpAddress.Substring(0, indexIp + 1) + "**"; /

41赞
相关问答

热门推荐

浙ICP备18038099号-3


如果有侵权投诉请联系QQ:50734858