为了账号安全,请及时绑定邮箱和手机立即绑定

NodeJs搭建 请问控制台显示http://127.0.0.1:1337/为什么在浏览器访问不到呢

NodeJs搭建 请问控制台显示http://127.0.0.1:1337/为什么在浏览器访问不到呢

呆呆呆 2017-06-29 10:49:22
var http = require('http'); http.createServer(function(req,res){     res.writeHead(200,{'Content-Type':'text/plain'});     res.end("Hello World\n"); }).listen(1370,'127.0.0.1'); console.log('Server running at http://127.0.0.1:1337/');
查看完整描述

4 回答

?
呆呆呆

TA贡献4条经验 获得超1个赞

请问我刚刚将端口号改为8080就能访问了是为什么

查看完整回答
反对 回复 2017-06-29
  • 4 回答
  • 0 关注
  • 4539 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信