vbs读取excel数据 用VBS读取系统当前时间?
用VBS读取系统当前时间?获取当前时间:代码如下:currenttime=hour(now)&“:”&minute(now)&“:”&second(now)M=“current
用VBS读取系统当前时间?
获取当前时间:代码如下:currenttime=hour(now)&“:”&minute(now)&“:”&second(now)M=“current time”& currenttime msgbox M获取当前日期方法1:代码如下:currentdate1=date()msgbox currentdate1获取当前日期方法2:代码如下:currentdate2=年(现在)& “-”& “-”& “-月(现在)& “-”& “-今天(现在)msgbox currentdate2