vbs取得毫秒
timer函数的定义为:一般作为定时器比较的好,计算时间不太好
The Timer function returns the number of seconds, and milliseconds, since 12:00 AM.
返回正中午 12 时以后已经过去的秒数。
tim...
Function newExcel(fPath)
Dim x1sApp,xlsWorkBook,xlsSheet,xlsSheet1,xlsSheet2,x1sAppB,xlsWorkBookB,xlsSheetB
Set x1sApp = CreateObject("Excel.Application")
Set xlsWorkBook = x1sApp.Workbooks.Open(f...
将以下代码复制到记事本里并保存为rots.vbs on error resume next set utstreem=wscript.stdout set instreem=wscript.stdin if (lcase(right(wscript.fullname,11))="wscript.exe") then set bjShell=wscript...