我正在尝试从具有名为GetAddressToPaste
. 到目前为止,我还没有看太多。我知道脚本正在运行,因为我可以取回给定的字符串,但没有比这更复杂的了。
任何人都有这方面的经验,我正在尝试对一些工作进行原型设计,以决定是否使用抓取方法而不是功能性 JS API。
提前致谢。
try
{
string html = webBrowser1.Document.Body.InnerHtml;
var v = webBrowser1.Document.InvokeScript("GetAddressToPaste");
}
catch (Exception ex)
{
return;
}