Button 展示. 3.Canvas: #背景設為紅色 canvas = tk.Canvas(root, bg='red') canvas.pack()#從(0, 0) 位置畫線到(200, 250) 位置 canvas.create_line(0, 0, 200, ...
確定! 回上一頁