C ++问题-打开链接 [英] C++ problem --open link

查看:46
本文介绍了C ++问题-打开链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在浏览器互联网(网页)中单击打开链接(SKIP AD按钮)

开始看起来像这样


how to click the on link (SKIP AD buton) in the browser intrenet (web page)

the beginning looks like this


how to click the link in the browser intrenet (web page)

the beginning looks like this

 <pre lang="c++"> #include <windows.h>
     
    void main()
    {
       ShellExecute(NULL, "open", "http://dreamincode.net",
                    NULL, NULL, SW_SHOWNORMAL);



问题是
"skip_ad_button",跳过广告")
如何使用C ++单击它?

跳过按钮来源
< img src ="http://adf.ly/images/skip_ad/en.png" alt =跳过广告" id ="skip_ad_button"高度="39">


这是用什么语言写的



the problem is
"skip_ad_button", "Skip Ad")
how to click on it with C++ ?

SKIP BUTON SOURCE
<img src="http://adf.ly/images/skip_ad/en.png" alt="Skip Ad" id="skip_ad_button" height="39">


what language is this written

<pre lang="c++">#include <IE.au3>
$oIE = _IECreate ("http://adf.ly/2AbvJ")
_IEImgClick ($oIE, "skip_ad_button", "Skip Ad")

推荐答案

oIE = _IECreate( http://adf.ly/2AbvJ") _IEImgClick(
oIE = _IECreate ("http://adf.ly/2AbvJ") _IEImgClick (


oIE," " )


C ++问题--open链接

该问题的答案是:

C++ problem --open link

the answer to that problem is:

Process.Start("your website");


IDK您其余问题的答案


IDK what ur on about on the rest of your quesions


这篇关于C ++问题-打开链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆