从os / exec.Command文档:
// Stdin specifies the process's standard input. If Stdin is// nil, the process reads from the null device (os.DevNull).Stdin io.Reader
在执行命令之前,设置命令的Stdin字段。

从os / exec.Command文档:
// Stdin specifies the process's standard input. If Stdin is// nil, the process reads from the null device (os.DevNull).Stdin io.Reader
在执行命令之前,设置命令的Stdin字段。