阅读背景:

[AHK]获取文华财经的全自动运行模组运行日志

来源:互联网 
#Persistent
#SingleInstance Force
DetectHiddenWindows, On
Control:="Edit180"
WinTitle:="全自动运行模组 ahk_class #32770"
WinText:="List1"

ControlClick,Button117,%WinTitle%
ControlGetText, OutputVar,  %Control%, %WinTitle%, %WinText%

Gui, Add, ListView, r20 w750, 时间(本机)|日志
Loop, Parse, OutputVar, `n
{
	LV_Add( "", StrSplit(A_LoopField, "):")* )
 }  
Gui, Show,, 全自动运行模组运行日志 #Persistent
#SingleInstance Force
DetectHiddenW



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: