如何使用定时任务

1.使用crontab 执行shell脚本  sh内容为  cd /home/www;php index.php

2.使用crontab 执行curl命令 命令内容为 curl http://yourdomain.com/index.php

原文地址:https://www.cnblogs.com/lizhaoyao/p/4940271.html