获取或设置秒。 接受0到59的数字。如果超过这个范围,将持续到分钟。
int second([int? s]) { if (s != null) { _date = DateTime($y, $M, $D, $h, $m, s, $ms); } return $s; }