热文创建一个一维数组 ,``python,import random,# 创建一个包含10个随机整数的数组,array = [random.randint(1, 100) for _ in range(10)],print(array),... admin2026-03-121048 阅读0 评论