2017年5月9日
摘要: hell 编程——for in 循环 for in 格式 一简单的字符串 枚举遍历法,利用for in格式对字符串按空格切份的功能 for variable in values 字符串数组依次赋值 [macg@machome ~]$ sh test.sh i is a i is b i is c f 阅读全文
posted @ 2017-05-09 13:59 细雨微光 阅读(954) 评论(0) 推荐(0)