摘要: golang 1.20.13 定时执行bat shell 脚本 package main import ( "fmt" _ "github.com/CodyGuo/godaemon" "os/exec" "time" ) func main() { // 设置定时任务的时间 t := time.No 阅读全文
posted @ 2024-04-26 13:55 zhaoguanhao 阅读(23) 评论(0) 推荐(0) 编辑