Powershell将当前日期赋值给变量的方法

2025-04-07 00:20:07

1、打开Windows Powershell程序窗口;

Powershell将当前日期赋值给变量的方法

2、在Powershell中可以使用 get-date 查询当前日期,至于赋值变量也是很简单的;我们先看一下 get-date 指令的功能;

Powershell将当前日期赋值给变量的方法

3、假设我们将当前日志赋值给 demo ;首先需要输入 $demo ;

Powershell将当前日期赋值给变量的方法

4、接着输入等号和get-date,如下图;

Powershell将当前日期赋值给变量的方法

5、点击回车自动完成赋值;

Powershell将当前日期赋值给变量的方法

6、直接运行 $demo 指令,即可查看赋值结果。

Powershell将当前日期赋值给变量的方法
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢