Mon May 22 06:43:00 UTC 2023 inscode

上级 3df1ad30
......@@ -3,6 +3,7 @@
Created on Thu May 28 12:26:46 2020
@author: 陈嘉名
@description: 爬取小说
"""
import requests
......
from tkinter import *
root= Tk()
root.title('我的第一个Python窗体')
root.geometry('240x240') # 这里的乘号不是 * ,而是小写英文字母 x
from tkinter import *
root = Tk()
lb = Label(root,text='我是第一个标签',\bg='#d3fbfb',\fg='red',\font=('华文新魏',32),\width=20,\height=2,\relief=SUNKEN)
lb.pack()
root.mainloop()
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册