根据 HTTP 版本 1.0 的协议格式化一个系统日期和时间.
#Include <WinHttp.au3>
_WinHttpTimeFromSystemTime()
None. |
成功: | 返回时间字符串. |
失败: | 返回空字符串并设置 @error: |
1 - 初始化 DllCall 失败 | |
2 - 主要 DllCall 失败 |
#AutoIt3Wrapper_AU3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6
#include "WinHttp.au3"
Opt("MustDeclareVars", 1)
MsgBox(64, "WinHttp time", _WinHttpTimeFromSystemTime())