先贴错误代码在这import time import pyperclip def setCopyText(text):#写入剪切板pyperclip.copy(text) count = 1 while True: bb = "aaaa" + str(count) ...
確定! 回上一頁