VBS教程:函数-Time 函数时间:2022-06-01 22:02:28 Time 函数 返回 Date 子类型 Variant,指示当前系统时间。 Time 说明 下面的示例利用 Time 函数返回当前系统时间: Dim MyTimeMyTime = Time ' 返回当前系统时间。