全栈Linux 条件测试用例 检测变量是否为空 #!/bin/bash config="" [ -z $config ] && echo "empty" 转载请注明:大后端 » Linux 条件测试用例... shanhuhai 11年前 (2015-06-19) 2581℃ 0喜欢