localHostname 属性
final
系统的本地主机名。
例如: "mycomputer.corp.example.com" "mycomputer"
使用平台的 gethostname
实现。
实现
static final localHostname = _Platform.localHostname;
系统的本地主机名。
例如: "mycomputer.corp.example.com" "mycomputer"
使用平台的 gethostname
实现。
static final localHostname = _Platform.localHostname;