lz在虚拟机上搭了node,用的编译好的文件,放到/usr/local下,然后在.bashrc下将lib和node_moudle加入变量里, 在/home/和/usr/local/node下建立example.js
var http=require('http') ;
http.createServer(function (req,res){
res.writeHead(200,{'Content-Type':'text/plain'});
res.end('Hello world\n');
}).listen(1337,'127.0.0.1');
console.log('server');
运行也不报错,然后在本地就是访问不到(ip和端口都对) 这是怎么回事?
ps:这网站注册页面都给我弄晕了,一共就俩键,一个github,一个关联旧帐号,不懂啥意思