摘要: 用途有两个:1、延迟一段时间后执行比如:waitfor delay '00:00:05'print '延迟5秒执行!'--5秒后执行print2、指定从何时起执行比如:waitfor time '21:17'print '21:17执行'--到21:17的时候才会执行print 阅读全文
posted @ 2008-07-09 11:37 Nina 阅读(1007) 评论(0) 推荐(0) 编辑