C
O
R
U
Y
Y_A
Y_B
Y_C
Y_D
Y_F
Y_H
Y_I
Y_J
Y_N
Y_P
Y_Q
Y_R
Y_S
Y_T
Y_W
功能
获取历史上的今天所发生的事件
参数
·month:月份(可以省略不写,默认本月) ·day:日期(可以省略不写,默认今天)
返回值
历史上的今天发生的事件(字符串类型)
例子
import ybc_history as history info = history.history_info(1, 3) print(info) info2 = history.history_info() print(info2)