网站首页 站内搜索

搜索结果

查询Tags标签: oneP,共有 2条记录
  • 给喜欢的人放个烟花吧

    # -*- coding: utf-8 -*- import math, random,time import threading import tkinter as tk import re #import uuid Fireworks=[] maxFireworks=8 height,width=600,600 class firework(object): def __init__(self,color,speed,width,height): #uid=uuid.u…

    2021/11/25 23:13:51 人评论 次浏览
  • 给喜欢的人放个烟花吧

    # -*- coding: utf-8 -*- import math, random,time import threading import tkinter as tk import re #import uuid Fireworks=[] maxFireworks=8 height,width=600,600 class firework(object): def __init__(self,color,speed,width,height): #uid=uuid.u…

    2021/11/25 23:13:51 人评论 次浏览
扫一扫关注最新编程教程