随机名字 随机名字¶ random_name(prefix: str) -> str: 参数说明: prefix: 随机名字前缀 使用示例: from task_scheduling.utils import random_name print(random_name("test"))