Windows 的 /dev/null
时间:2020-07-08 15:12:59
收藏:0
阅读:80
命令行
type c:\autoexec.bat > NUL
Powershell
echo 1 > $null
评论(0)
命令行
type c:\autoexec.bat > NUL
Powershell
echo 1 > $null