为何用nodejs做dns解析,无法获取IP地址?
发布于 10 年前 作者 kingapple 4130 次浏览 最后一次编辑是 8 年前

这是怎么了?

1 回复
> dns.lookup('baidu.com',function(err, addresses){console.info('hello');})
{ domain: null,
  oncomplete: [Function: onanswer] }
> hello

domain:null 是啥?

回到顶部