pub fn pr_time(d: &str) -> String
返回当前时间 pr_time
参数 d 格式 “%Y-%m-%d %H:%M:%S”
pr_time("%Y-%m-%d %H:%M:%S");
调用方法