import random, string ''.join(random.choice(string.ascii_letters) for x in range(10)) # Generate [a-z,A-Z] ten words. 隨機產生10 個字元組合 ...
確定! 回上一頁