Python3 引入模块的方法时间:2021-11-15 07:34:11 例子 import random 产生随机整数 import random secret = random.randint(0,10)