数组顺序调整

$array=1..5

$array[1..($array.count-1)+0]

结果:2,3,4,5,1

posted on 2014-10-20 13:52  momingliu11  阅读(367)  评论(0编辑  收藏  举报