博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Wallpaper (42)
阅读量:4170 次
发布时间:2019-05-26

本文共 403 字,大约阅读时间需要 1 分钟。

Wallpaper (42)

This blog is updated automatically by Java Writer 3.1.1

l1=Label(text='输入文件名')entin = Entry(root,width=100)l2=Label(text='输出文件名')entout = Entry(root,width=100)l3=Label(text='编码/解码格式')enttype = Entry(root,width=100)l1.pack()entin.pack()l2.pack()entout.pack()l3.pack()enttype.pack()jcv=Canvas(root,bg='blue',height=200,width=600)jcv.place(x=50,y=250,anchor='nw')jcv.create_text(1,1,text="")

转载地址:http://xdwai.baihongyu.com/

你可能感兴趣的文章
2018.5.58
查看>>
2018.12.5
查看>>
2018.12.6
查看>>
人智导(四):约束满足问题
查看>>
2018.12.7
查看>>
2018.12.8
查看>>
2018.12.9
查看>>
2018.12.29
查看>>
2018.12.31
查看>>
2019.1.2
查看>>
2019.1.4
查看>>
2019.1.9
查看>>
2019.1.12
查看>>
Java语言程序设计与数据结构》编程练习答案(第二十章)(二)
查看>>
2019.2.25
查看>>
2019.2.26
查看>>
2019.2.27
查看>>
2019.2.28
查看>>
2019.2.29
查看>>
聊聊我当年在培训学校做开发的经历
查看>>