Place可以将组件放在相对或绝对的坐标位置上: widget.place(**options) 绝对位置 widget.place(x=50, y=50) 具体位置如下图: 相对位置 widget.place(relx=0.5, rely=0.5, anchor=CENTER) 位置如下图: 宽度高度 同样,可以使用相对值 或 绝对值: 绝对值 : widget.place(width=120, height=