python tkinter中的锚点(anchor)问题

tkinter中anchor参数(注意,参数的英文都是小写)字母方位n北s南w西e东center中心nw西北ne东北sw西南se东南代码语言:javascript代码运行次数:0运行复制from tkinter import *from

8月前390