标签: php cron
我想每分钟运行一次我的文件代码。请帮我。我从未使用过cron工作,所以我无法做到。
答案 0 :(得分:0)
crontab -e */1 * * * * "job every minute"