会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
空山新雨后
博客园
首页
新随笔
管理
2020年7月10日
实践使用nodejs获取用户真实IP?
摘要: 先上代码 var http = require('http') var server = http.createServer(function (req,res) { console.log(req.headers['x-forwarded-for'] ); // 判断是否有反向代理 console
阅读全文
posted @ 2020-07-10 22:49 空山与新雨
阅读(5514)
评论(0)
推荐(0)
编辑