def init_dateInputLabel():
global InputLabel
fontemp = font.Font(bo_Frame, size=12, weight='bold')
dateLabel = Label(bo_Frame, font=fontemp, text="?? ??\n(YYYYMMDD)", bg='grey')
dateLabel.place(x=405, y = 13)
InputLabel = Entry(bo_Frame, font=fontemp, width=14, borderwidth=3, relief='ridge')
InputLabel.place(x=520, y=20)
评论列表
文章目录