摘要: ####赋值 x="abc" # = 前后不能有空格#### 条件判断 if cond; then # some code elif cond2; then # some code fi if [... 阅读全文
posted @ 2014-12-18 21:21 zhifan 阅读(227) 评论(0) 推荐(0)