// 最外层多个标签,无法在使用子组件标签上定义 class // 会报错:[Vue warn]: Extraneous non-props attributes (class) // were passed to component but could not be automatically inherited // because component renders fragment or tex…
python tkinter 使用
ython可以使用多种GUI库来创建窗口页面,例如Tkinter、PyQt、wxPython等。
本篇文章主要讲述如何使用tkinter。
1:导入
import tkinter as tk这时如果运行的话会提示:
ModuleNotFoundError: No module named ‘tkint…