请老师帮忙检查下
来源:3-12 编程练习
西瓜你个兔子的
2020-06-17 11:01:04
<?php date_default_timezone_set('Asia/Shanghai'); echo "timestamp now:".strtotime ( "now" ), "<br>" ; //补全 其他 代码 echo "timestamp of 10 September 2000:".strtotime ( " September 10 2000" ), "<br>" ; echo "timestamp of next day:".strtotime ( "1 days" ), "<br>" ; echo "timestamp of next week:".strtotime ( "1 weeks" ), "<br>" ; echo "timestamp of next week 2 days 4 hours 2 seconds:".strtotime ( "1 weeks 2 days 4 hours 2 seconds" ), "<br>" ; echo "timestamp of next Thursday:".strtotime ( "1 thursday" ), "<br>" ; echo "timestamp of last Monday:".strtotime ( "-1 monday" ), "<br>" ; ?>
1回答
已完成练习,棒棒哒!继续加油!
如果我的回答解决了你的疑惑,请采纳,祝学习愉快~