05 2021 档案
摘要:import tkinter # place()和pack()的区别 # place可以自定义设置控件显示坐标 # pack自动设置控件的位置在画板中间,并按照pack顺序进行显示布局 # insert函数,根据Text中指定位置设置值,例如Text.insert('0.0', # tk窗口布局 #
阅读全文
摘要:import ctypes whnd = ctypes.windll.kernel32.GetConsoleWindow() if whnd != 0: ctypes.windll.user32.ShowWindow(whnd, 0) ctypes.windll.kernel32.CloseHand
阅读全文

浙公网安备 33010602011771号