在tkinter中设置控件widget的背景颜色改为红色的方法是?( )
`widget.bg_color = "red"`
`widget.background = "red"`
`widget.set_bg_color("red")`
`widget.config(bg="red")`