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

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

wallpaper1

This blog is updated automatically by Java Writer 3.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://pfwai.baihongyu.com/

你可能感兴趣的文章
cmd命令里的路径包含空格 的解决方法
查看>>
linux命令执行后的 返回值与错误代码
查看>>
python os.system(command)函数的返回值 与 linux命令返回值的关系
查看>>
python os.system()和os.popen()
查看>>
python sys.argv[]用法
查看>>
eclipse python代码块 整体缩进 以及 整体取消缩进
查看>>
python中*args **kwargs的使用
查看>>
理解Python中的with…as…语法
查看>>
python with as 简单使用
查看>>
python dir()函数
查看>>
Python新式类和经典类
查看>>
python mro--多继承属性查找机制
查看>>
python dir()和vars()的区别
查看>>
python导入模块
查看>>
python cmp()函数
查看>>
python abs()函数
查看>>
python bool()函数
查看>>
python divmod()函数
查看>>
python pow()和math.pow()函数
查看>>
python内建函数any()和all()
查看>>