4 回答

犯罪嫌疑人X
TA貢獻(xiàn)2080條經(jīng)驗(yàn) 獲得超4個贊
我沒用過,但是我覺得如果這個類庫的作者靠譜的話,那么你的Element應(yīng)該會有Attributes這樣的屬性,代碼可能為:(假設(shè)我有一個)
var element= webBrowser1.Document.GetElementById("some id");
var attribute = element.Arributes["some attribute name"];
或者
var attribute = element.GetArributeByName("some attribute name");

慕無忌1623718
TA貢獻(xiàn)1744條經(jīng)驗(yàn) 獲得超4個贊
這個是要進(jìn)行元素的屬性獲取
wb.Document.GetElementById("QuickLogin").GetAttribute("display").ToString();
- 4 回答
- 0 關(guān)注
- 1972 瀏覽
添加回答
舉報(bào)
0/150
提交
取消