用途有两个:1、延迟一段时间后执行比如:waitfor delay '00:00:05'print '延迟5秒执行!'--5秒后执行print2、指定从何时起执行比如:waitfor time '21:17'print '21:17执行'--到21:17的时候才会执行print 相关文章: