正文

电脑里用cmd查看当前时间,只需输入以下命令: 查看当前日期和时间:`date /t` 和 `time /t` 查看更详细的日期和时间(包括时区):`wmic os get localdatetime /value` 记得按回车键执行命令。