学习python时遇到的函数/方法 原 作者 李余通 | 发表于 2017-03-02 13:01 | 分类于 2015级 import time time.time() 当前秒数,精确到小数点后7位 import random random.random() 生成0-1之间的随机数。