Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 Checked 属性与以下代码一起使用,但单词 checked 有一个错误,指出它不包含定义。我如何使用这个属性?
HtmlDocument document = webBrowser1.Document; HtmlElement agree = document.GetElementById("OptIn"); agree.Checked = false;