摘要: 一、shell 示例 #!/bin/bash str="Hello" if [ -n "$str" ]; then echo "The string is not empty." else echo "The string is empty." fi 一、if 表达式说明 在 shell 脚本中,- 阅读全文
posted @ 2025-01-22 12:31 炎黄子孙,龙的传人 阅读(15) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示