方法说明:返回当前正在使用的 ip地址,以字符串形式返回语法:复制代码代码如下:dns.getServers()接收参数:无源码:复制代码代码如下:exports.getServers = function() {return cares.getServers();};