接口:主机

Since

0.2.0

方法

open外部

openExternal():urlvoid

使用系统默认浏览器打开外部 URL。

Since

0.2.0

ddClient.host.openExternal("https://docker.com");

参数

名字类型描述
urlstring浏览器将打开的 URL(必须具有协议 或 )。httphttps

返回

void

性能

平台

平台string

返回标识操作系统平台的字符串。查看 https://nodejs.org/api/os.html#osplatform

Since

0.2.2


拱门string

返回操作系统 CPU 体系结构。查看 https://nodejs.org/api/os.html#osarch

Since

0.2.2


主机名

主机名string

返回操作系统的主机名。查看 https://nodejs.org/api/os.html#oshostname

Since

0.2.2