编辑代码
Shell/Bash代码
运行
a=
"abc"
if
[
$a
]
then
echo
"a不为空"
else
echo
"a为空"
fi