Python 生成随机数、随机字符串 #!/usr/bin/python # -*- coding: UTF-8 -*- import random import string # 随机整数: print random.randint(1,50) # 随机选取0到100 ...
確定! 回上一頁