04 2018 档案

摘要:转载:http://www.121down.com/article/article_52879.html 阅读全文
posted @ 2018-04-09 19:47 Justice-V 阅读(288) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-04-06 18:53 Justice-V 阅读(150) 评论(0) 推荐(0)
摘要:1 #转换为大写字母 2 from tkinter import * 3 def convertToUpperCase(event): 4 conOfentName.set(conOfentName.get().upper()) 5 6 window = Tk() 7 window.title("学习") 8 conOfentName = StringVar() #定... 阅读全文
posted @ 2018-04-01 18:51 Justice-V 阅读(249) 评论(0) 推荐(0)