#!/bin/bash
#testing the read command
echo -n "enter your key: "
read key
echo "hello $key ,welcome to my program."
Linux提示用户输入并获取输入信息
最新推荐文章于 2025-11-20 05:03:55 发布
#!/bin/bash
#testing the read command
echo -n "enter your key: "
read key
echo "hello $key ,welcome to my program."
1257

被折叠的 条评论
为什么被折叠?