public void CathValue(object strReg)//这个为线程调用的方法
{
getHtml html = new getHtml(GetHTML);
string HTML_value = html.Invoke();
}
protected delegate string getHtml();
protected string GetHTML()
{
return webBrow.DocumentText;
//运行到此出现“ 由于以前的函数求值超时,函数求值被禁用。必须继续执行才能重新启用函数求值。” 但不属于线程执行的地方都能获取到。
}
1 回答
- 1 回答
- 0 关注
- 337 浏览
添加回答
举报
0/150
提交
取消