标签:style blog color io 文件 ar 问题 cti
一、socket.io中sendFile()方法中的文件路径必须是绝对路径,而且要符合一定规则:
app.get(‘/‘,function(req,res){
res.sendFile(‘D:\\\\angular-vmaer-0812\\\\socket\\index.html‘);
});
sendfile可以用相对路径
标签:style blog color io 文件 ar 问题 cti
原文地址:http://www.cnblogs.com/kuangliu/p/3915054.html