找回密码
 加入
搜索
查看: 1565|回复: 0

[AU3基础] 求助,怎么获取内容

  [复制链接]
发表于 2015-5-2 19:27:35 | 显示全部楼层 |阅读模式
本帖最后由 yunng 于 2015-5-3 15:11 编辑

#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("窗体1", 405, 294, 546, 234)
$Label1 = GUICtrlCreateLabel("IP", 56, 72, 50, 17)
GUICtrlCreateInput("", 64, 112, 209, 21)
$Button1 = GUICtrlCreateButton("读取", 160, 160, 97, 49)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
  Case $GUI_EVENT_CLOSE
   Exit
EndSwitch
WEnd

点击读取 如何获取system32目录360.ini里 ip=192.168.0.1 里的ip.
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-5-9 18:02 , Processed in 0.073836 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表