摘要: import random def generate_random_colors(num_colors): """""" colors = [] for i in range(num_colors): # RGB color = [ random.randint(50, 255), random.r 阅读全文
posted @ 2025-11-28 09:36 西北逍遥 阅读(5) 评论(0) 推荐(0)