from tkinter import * #下載程式碼,從tkinter輸入所有函式
window = Tk() #建構視窗,名為window
window.title('劉任昌的python視窗')
window.geometry('600x999+100+100')
x, y = StringVar(window), StringVar(window)
b1=Label(window,textvariable=x,font='Arial 300 bold').pack()
b2=Label(window,textvariable=y,font='Arial 300 bold').pack()
x.set('\U0001f600')
y.set('\U0001f610')
window.mainloop()
#可以將emoji字碼用字元取代或者改成\U0001F601…等
#開啟資料夾,新增檔案a.py
下拉式選單
from tkinter import * #下載程式碼,從tkinter輸入所有函式
window = Tk() #建構視窗,名為window
window.title('劉任昌的python視窗')
window.geometry('600x600+100+100')
face = StringVar(window)
emoji =('\U0001f600','\U0001f601','\U0001f602','\U0001f603','\U0001f604')
op1 = OptionMenu(window,face,*emoji).pack()
b1=Label(window,textvariable=face,font='Arial 300 bold').pack()
window.mainloop()
405單元
406單元
https://the-dumbest-one.blogspot.com/2024/05/python.html
回覆刪除https://hsiao-yu0711.blogspot.com/2024/05/blog-post.html
回覆刪除https://euhffh822.blogspot.com/2024/05/python.html
回覆刪除https://fanyahui.blogspot.com/2024/05/blog-post.html
回覆刪除https://meimei20041026.blogspot.com/2024/05/python.html
回覆刪除https://sushshshaq119.blogspot.com/2024/05/python.html
回覆刪除https://pcai766.blogspot.com/2024/05/python.html
回覆刪除https://xi-xbox-mmi.blogspot.com/2024/05/python.html
回覆刪除https://ccp19890604.blogspot.com/2024/05/python.html
回覆刪除https://the-most-great-hsing-tsen.blogspot.com/2024/05/htmlcssjavascriptjavapython.htm
回覆刪除https://kevin124574811.blogspot.com/2024/05/405python.html
回覆刪除https://earnest-person.blogspot.com/2024/05/python.html
回覆刪除https://manranwen.blogspot.com/2024/05/python.html
回覆刪除https://stanley-ouo.blogspot.com/2024/05/tkinterguigraphical-user-interface.html
回覆刪除作者已經移除這則留言。
回覆刪除https://a0909922280.blogspot.com/2024/05/python.html
回覆刪除https://zzl1102.blogspot.com/2024/05/tkinterguigraphical-user-interface.html
回覆刪除https://www.blogger.com/blog/post/edit/337151898195203108/8735069566384223391
回覆刪除https://www.blogger.com/blog/post/edit/preview/1248398302505076375/8441426016481799957
回覆刪除https://zxnhtml.blogspot.com/2024/05/tkinterguigraphical-user-interface.html
回覆刪除https://www.blogger.com/blog/post/edit/preview/2636070153766449727/2884126252560471214
回覆刪除https://michelle814.blogspot.com/2024/05/python.html
回覆刪除https://s10655075.blogspot.com/2024/05/python.html
回覆刪除https://honghikun.blogspot.com/2024/05/python.html
回覆刪除作者已經移除這則留言。
回覆刪除作者已經移除這則留言。
回覆刪除https://the-most-great-tony11.blogspot.com/2024/06/python.html
回覆刪除