os.devNull
v14.21.1
返回上层文档
►
▼
其他版本
18.12.1
16.18.1
14.21.1
文档搜索
新增于: v14.18.0
<string>
空设备的特定于平台的文件路径。
Windows 上是
\\.\nul
POSIX 上是
/dev/null
Added in: v14.18.0
<string>
The platform-specific file path of the null device.
\\.\nul
on Windows
/dev/null
on POSIX