我正在使用以下代码并尝试将文本放在标签上: from tkinter import * root = Tk() llist = ["first:","second label:","a really long label:","fourth:","fifth:"] ...
確定! 回上一頁