06 2022 档案
摘要:一、利用thinter库 import tkinter as tk root = tk.Tk() print(root.winfo_screenwidth()) print(root.winfo_screenheight()) root.destroy() 标准库不用pip install 这段代码
阅读全文
摘要:matplotlib中什么是后端 转载自:https://www.cnblogs.com/suntp/p/6519386.html 在很多网上文档和邮件列表中提到了"后端",并且很多初学者会对这个术语迷惑。matplotlib把不同使用情形和输出格式作为目标。一些人用matplotlib在pytho
阅读全文