tcpuuu 发表于 2010-11-1 05:00:25

[已解決]請問開啟網頁語法?

本帖最后由 tcpuuu 于 2012-2-22 15:46 编辑

請問開啟網頁語法?
Run(........................................."http://www.autoitx.com/thread-19379-1-1.html ")
以上這段該如何敘述?

guland 发表于 2010-11-1 06:33:17

本帖最后由 guland 于 2010-11-1 06:35 编辑

回复 1# tcpuuu


    论坛里面有很多这样的例子,还有,这里是GUI交流区,一般问题请到『 提问交流 』 http://www.autoitx.com/forum-4-1.html
下面给你两个简单的例子ShellExecute("www.autoitx.com")#include <IE.au3>
_IECreate("www.autoitx.com")

绿色风 发表于 2010-11-1 08:20:04

回复 2# guland

ShellExecute("www.autoitx.com")

还能这样,没用过。

6678720 发表于 2010-11-1 10:06:45

ShellExecute("iexplore.exe","http://xt.qiaodan.com")
页: [1]
查看完整版本: [已解決]請問開啟網頁語法?