小发猫通过API获取当前任务
2019-11-19 本文已影响0人
前出塞作文网
//通过API获取当前任务
Function GetJob()
Dim URL
URL = "http://www.78tp.com/index.php?t=" & Plugin.Sys.GetDateTime()
GetJob = Post_Get(URL)
End Function
//通过API获取当前任务
Function GetJob()
Dim URL
URL = "http://www.78tp.com/index.php?t=" & Plugin.Sys.GetDateTime()
GetJob = Post_Get(URL)
End Function