函数简介:
获取窗口的标题
函数原型:string GetWindowTitle(hwnd)
参数定义:hwnd 整形数: 指定的窗口句柄
返回值:
字符串:窗口的标题
示例:
title = dm.GetWindowTitle(hwnd)