为何用nodejs做dns解析,无法获取IP地址?
发布于 7个月前 作者 kingapple 486 次浏览

这是怎么了?

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

domain:null 是啥?

回到顶部