语法
表达式.ActiveWindow
表达式 一个代表 Application 对象的变量。
示例
本示例显示活动窗口的标题文本。
function WindowCaption(){ MsgBox(ActiveWindow.Caption) }