package job import "fmt" func TestJob1() { fmt.Println("无参数任务执行中...") }