这样写不对么?不能成功
 发布于 11 年前  作者 smilingxinyi  3774 次预览  最后一次回复是 11 年前  来自  

if(decodeURI(url.parse(req.url).pathname)=="/方正卡通简体.ttf"){ fs.readFile("./方正卡通简体.ttf",Buffer,function(err,data){ zlib.gzip(data, function(err,buffer){ if(!err){ res.writeHead(200,{‘Content-Type’:“application/x-font-ttf”,“Content-Length”:data.length,“Accept-Encoding”:‘gzip’}); res.end(buffer,“binary”); } else{ console.log(err); } }) }) }

不能用 TAT

4 回复
nihgwu

没有用框架?

MiguelValentine

head里用标准的下载头部。不要用TTF头。

smilingxinyi

@MiguelValentine 好的。。我试试,多谢

smilingxinyi

@nihgwu 没。一个小demo没必咩- -