php -r ' error_reporting(0); $nowSecInt = time(); $deadLineSecInt = mktime(12,0,0,7,12,2014);$days = ($deadLineSecInt - $nowSecInt) / (24*3600); print $days . "\n";'
距离毕业还有145天
php -r ' error_reporting(0); $nowSecInt = time(); $deadLineSecInt = mktime(12,0,0,7,12,2014);$days = ($deadLineSecInt - $nowSecInt) / (24*3600); print $days . "\n";'
距离毕业还有145天

被折叠的 条评论
为什么被折叠?