import sqlite3 import tkinter as tk import tkinter.ttk as ttk class Table(tk.Frame): def __init__(self, parent=None, headings=tuple(), ...
確定! 回上一頁