本文介绍了如何捕获由javascript组件建立的链接?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
这些代码通过java制作图像.如何使用WebBrowser控件以C#等语言捕获这些图像的链接,在其中您只能访问HTML文档文本.
Hi,
These codes make an image by java. How to capture the link of these images in languages like C# using WebBrowser control in which you have access to just HTML document text.
<script>
var RecaptchaOptions = {
theme: ''custom'',
lang: ''ir'',
custom_theme_widget: ''recaptcha_widget''
};
</script>
<div id="recaptcha_image"></div>
<span class="recaptcha_only_if_image">نوشته:</span>
<input type="text" id="recaptcha_response_field" name="recaptcha_response_field" />
<script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6LfdmAsAAAAAAPb_3Zn53hlv5fR3oUS0FeXc7a9h&lang=en"></script>
thx
thx
推荐答案
这篇关于如何捕获由javascript组件建立的链接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!