# 引入
import { getIPAddress, getIPAddressStr } from 't-comm';
// or
import { getIPAddress, getIPAddressStr} from 't-comm/lib/ip/index';
# getIPAddress()
描述:
获取ip地址
参数:
返回:
字符串,形如 x.x.x.x
示例
getIPAddress() // 10.10.10.10
# getIPAddressStr()
描述:
获取ip的字符串
参数:
返回:
字符串,形如 x_x_x_x
示例
getIPAddressStr() // 10_10_10_10