import random import string max_length = 128 s = \"\" for i in range(random.randint(1, max_length)): s += ...
確定! 回上一頁