系统时间=now
年=Year(系统时间)
月=Month(系统时间)
天=Day(系统时间)
时=hour(系统时间)
分=Minute(系统时间)
秒 = Second(系统时间)
名 = 年 & "-" & 月 & "-" & 天 & " " & 时 & "-" & 分 & "-" & 秒
Call Plugin.Pic.PrintScreen(0, 0, 1024, 768, "E:\a.bmp")
Delay 100
Call Plugin.File.ReNameFile("E:\a.bmp", "E:\" & 名 & ".bmp")
MessageBox "截图已完成"
给分吧,研究了快1个钟头……
后台操作。。。