2018-11-24 2018-11-24 本文已影响0人 xiangyi594 python查询标准库中函数的使用说明: 1.导入标准库 import random 2.查询该标准库中有什么 dir(random) 3.用help查询 help(random.randint)