需要用到的庫: tkinter:構建gui介面 pyperclip:複製功能 random:生成亂數 string:處理字串 程式碼: from tkinter import * import random, ...
確定! 回上一頁