方法說明:
返回當前正在使用的 ip地址,以字符串形式返回
語法:
代碼如下: dns.getServers()
接收參數:
無
源碼:
代碼如下: exports.getServers = function() { return cares.getServers(); };