仅整专题

写着玩的程序:pycharm实现无限弹窗程序(非病毒程序,仅整蛊使用)

运行环境 PyCharm 2023.2.1 python3.11 具体内容 源代码 import tkinter as tkfrom tkinter import messageboximport threadingclass PopupGenerator:def __init__(self):self.root = tk.Tk()self.root.geometry("200x12