问题描述
因此,我正在使用Microsoft Visual C#2010 Express制作此Web浏览器,该Web浏览器在网站上运行,收集信息并单击一些按钮.
但有时会出现以下代码:
So, I''m making this webbrowser with Microsoft Visual C# 2010 Express, which is running on a site, gathering information and clicking some buttons.
But sometimes this code comes up:
<script type="text/javascript">
<!--
new AntibotForm($('antibot_form'), 'fc', '/nordic/?side=fc');
-->
</script>
当它出现时,应该显示9张图像,其中一张图像是我必须单击的猫.
但是当用我的网络浏览器点击此代码块时,它不会显示任何图像.
我知道我的网络浏览器可以读取Javascript,因为在右上角有一个JavaScript时钟可以正常工作.但是,如何启用JQuery? :)
这可能是一个愚蠢的问题,我不知道...
And when it comes up, there are supposed to display 9 images, which one of the images is a cat that I have to click on.
But when hitting this block with my webbrowser, it doesn''t show any images.
I know my webbrowser can read Javascript, because there is a javascript clock in the upper corner that works. But how do I enable JQuery? :)
It may be a stupid question, I don''t know...
推荐答案
当它出现时,应该显示9张图像,其中一张图像是我必须单击的猫.
但是当用我的网络浏览器点击此代码块时,它不会显示任何图像.
我知道我的网络浏览器可以读取Javascript,因为在右上角有一个JavaScript时钟可以正常工作.但是,如何启用JQuery? :)
这可能是一个愚蠢的问题,我不知道...
And when it comes up, there are supposed to display 9 images, which one of the images is a cat that I have to click on.
But when hitting this block with my webbrowser, it doesn''t show any images.
I know my webbrowser can read Javascript, because there is a javascript clock in the upper corner that works. But how do I enable JQuery? :)
It may be a stupid question, I don''t know...
这篇关于使用Visual Express EASY在Webbrowser中加载JQuery,以供专家使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!