程式 list0203_3.py 1 2 3 4 5 root.title("用三角函數畫線")設定視窗標題 6 7 8 9 10 11 12 13 import tkinter import math root = tkinter.Tk() canvas = tkinter.
確定! 回上一頁