条件判断

条件判断

作者:LAMP小白  点击:1377  发布日期:2013-07-23 00:16:09  返回列表
i=1
if(($i==1))
then
echo "aaa"
fi
if(($i==0))
then
echo "yes"
elif(($i==1))
then
echo "==1"
else
echo "unknow"
fi




上一篇:Shell的循环 下一篇:快递查询API
0