D123456劉任昌期末考

from tkinter import *
def doSomething(event):
    #print("劉任昌按下: " + event.keysym)
    label.config(text=event.keysym)
window = Tk()
window.bind("<Key>",doSomething) #註解如果要在網頁放&怎麼辦理?
window.title("劉任昌期末考") #加上title
label = Label(window,font=("Helvetica",100),bg='yellow')
label.pack()
window.mainloop()

留言

  1. https://kk0725.blogspot.com/2024/06/d11236113.html

    回覆刪除
  2. https://wilson11122.blogspot.com/2024/06/from-tkinter-import-def.html

    回覆刪除
  3. https://yun0205.blogspot.com/2024/06/d1250107.html

    回覆刪除
  4. https://addison030.blogspot.com/2024/06/d10813267.html

    回覆刪除
  5. https://hui026.blogspot.com/2024/06/d11250106.html

    回覆刪除
  6. https://aks8704100.blogspot.com/2024/06/d10621341.html

    回覆刪除
  7. https://ctz642895.blogspot.com/2024/06/d11236103.html

    回覆刪除
  8. https://whitexd.blogspot.com/2024/06/d11236117.html

    回覆刪除
  9. https://tustning.blogspot.com/2024/06/d11236114.html

    回覆刪除
  10. https://ryanareryan.blogspot.com/2024/06/d11236112.html

    回覆刪除
  11. https://xi715.blogspot.com/2024/06/youtube-video-player.html

    回覆刪除
  12. https://oscarliu1688.blogspot.com/2024/06/d11236119.html

    回覆刪除
  13. 作者已經移除這則留言。

    回覆刪除
  14. https://www.blogger.com/blog/post/edit/2910868344786410340/2071485664410925403

    回覆刪除
  15. https://asd0908449304.blogspot.com/2024/06/d11236107.html

    回覆刪除
  16. https://amyxl6316.blogspot.com/2024/06/d123456.html

    回覆刪除
  17. https://htmlcssjavascriptjavapython.blogspot.com/2024/06/d11236109.html

    回覆刪除
  18. https://leeyicheng0531.blogspot.com/2024/06/d11236111.html

    回覆刪除
  19. https://rainhtmlcssjavascriptjavapython.blogspot.com/2024/06/d11236115.html

    回覆刪除
  20. https://yuechen613.blogspot.com/2024/06/from-tkinter-import-def.html

    回覆刪除
  21. https://ziyun040818.blogspot.com/2024/06/d11236104.html

    回覆刪除
  22. https://www.blogger.com/blog/post/edit/54203825179940246/442508119619353077

    回覆刪除
  23. https://keiime.blogspot.com/2024/06/d11250104.html

    回覆刪除
  24. https://njcjww.blogspot.com/2024/06/d11250108.html

    回覆刪除
  25. https://grace8166.blogspot.com/2024/06/d11250109.html

    回覆刪除

張貼留言

這個網誌中的熱門文章

柯聞折Javascript物件導向方法是物件的函數

甲劉任昌python串列List(陣列Array),元組Tuple,集合Set,字典Dict

劉任昌PYTHON陣列ARRAY串列LIST字典DIC集合SET元組TUPLE