sensesense.blog.chinaunix.net
mxcai2005
全部博文(290)
loongson(13)
2016年(13)
2015年(3)
2014年(42)
2013年(67)
2012年(90)
2011年(75)
lmnos
piaoyizu
liutian3
轨迹16
ailantia
prothesc
小超hide
云中的二
wwxbei
leux0
my1999大
banxian1
kensnipe
sulinux
LJYNUC
安和桥往
wb123456
铁匠明空
发布时间:2014-01-09 09:21:00
linux bash数组与关联数组:数组包括普通数组与关联数组,普通数组只能用整数作为索引,关联数组可以使用字符或者字符串作为索引,4.0版本以上的bash才支持关联数组1.普通数组:定义数组:[root@hexel ~]# array_test=(1 2 3 4 5) --注意元素之间不能有逗号打印数组元素:[root@hexel ~]#.........【阅读全文】
登录 注册