博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
autoit3 ie.au3 函数之——_IE_Example、_IE_Introduction
阅读量:4052 次
发布时间:2019-05-25

本文共 848 字,大约阅读时间需要 2 分钟。

用户自定义函数 描述

_IE_Example显示一个新的浏览器窗口,预先装载 IE.au3的例子或者你自己测试的例子

; *******************************************************

; Example 1 - Create browser windows with each of the example pages displayed.
;               The object variable returned can be used just as the object
;               variables returned by _IECreate or _IEAttach
; *******************************************************
;

#include <IE.au3>

$oIE_basic =_IE_Example ("basic")
$oIE_form =_IE_Example ("form")
$oIE_table =_IE_Example ("table")
$oIE_frameset =_IE_Example ("frameset")
$oIE_iframe =_IE_Example ("iframe")

_IE_Introduction在一个新的浏览器窗口显示关于IE.au3的介绍信息

; *******************************************************

; Example 1 - Open a browser with the basic IE.au3 introductory text displayed
; *******************************************************
;

#include <IE.au3>

$oIE =_IE_Introduction ("basic")

转载地址:http://xgcci.baihongyu.com/

你可能感兴趣的文章
gdb 调试core dump
查看>>
gdb debug tips
查看>>
arm linux 生成火焰图
查看>>
linux和windows内存布局验证
查看>>
linux insmod error -1 required key invalid
查看>>
linux kconfig配置
查看>>
linux不同模块completion通信
查看>>
linux printf获得时间戳
查看>>
C语言位扩展
查看>>
linux irqdebug
查看>>
git 常用命令
查看>>
linux位操作API
查看>>
uboot.lds文件分析
查看>>
uboot start.s文件分析
查看>>
没有路由器的情况下,开发板,虚拟机Ubuntu,win10主机,三者也可以ping通
查看>>
本地服务方式搭建etcd集群
查看>>
安装k8s Master高可用集群
查看>>
忽略图片透明区域的事件(Flex)
查看>>
忽略图片透明区域的事件(Flex)
查看>>
AS3 Flex基础知识100条
查看>>