📌  相关文章
📜  从用户 Windows shell 获取输入 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:52.411000             🧑  作者: Mango

代码示例1
set /p input= "Enter your input:" 
#' ' can be removeble in echo
echo '%input%'