获取系统当前时间

date(“H”);
$time = 1577808000;
变量 = date(“Y”,$time); ——————-> 2020

round()函数

round($a,2);