base64 的favicon.ico app.use('/favicon.ico', function(req, res, next) { res.writeHead('200', { 'Content-Type': 'image/x-icon' }) //写http头部 ...
確定! 回上一頁