检测 ip、网关、掩码是否满足网络设置要求 安装 npm install is-network-config 使用 import isNetworkConfig from 'is-network-config' const is = isNetworkConfig(ip, mask, gateway)