3-12编程练习
来源:3-12 编程练习
神知
2018-12-03 09:47:09
echo time().'<br/>';
echo strtotime('+1 day').'<br/>';
echo strtotime('+1 week').'<br/>';
echo strtotime('+1 week 2 days 4 hours 2 seconds').'<br/>';
echo strtotime('next Thursday').'<br/>';
echo strtotime('last Monday').'<br/>';
老师这样写对吗?
1回答
好帮手慕查理
2018-12-03
您好,正确,但是忘记了“10 September 2000”情况哦~祝学习愉快!