Other items inpython_comm::prelude
pub fn bj_dates() -> String
北京时间, 日期, %Y-%m-%d 格式字符串
use python_comm::prelude::*; assert!(bj_dates().starts_with("20"));