假如你的向量是x# 找出向量的长度n> n <- length(x) # 从1到n-5 中随机选一个数> ind <- sample(n-4, 1)# 最后找出连续5个> result <- x[ind + 0:4]