第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何在c#中從webbrowser獲取html值屬性的值?

如何在c#中從webbrowser獲取html值屬性的值?

PHP
慕桂英4014372 2024-01-20 15:54:40
我想從 c# 中的 webbrowser 中的 value 屬性中的“input”元素獲取值字符串textBox7.Text = webBrowser1.Document.GetElementById("ctl00_PlaceHolderMainctl09_ctl00_CurrentPage").GetAttribute("value");<input name="ctl00$PlaceHolderMain$$ctl09$ctl00$CurrentPage" type="text" value="5" maxlength="8" size="3" id="ctl00_PlaceHolderMainctl09_ctl00_CurrentPage" tabindex="1" style="font-family:Verdana;font-size:8pt;padding:1px;">請看這張圖片我想要的數(shù)字 --> 5 在我附加的 html 代碼中 value="這個(gè)數(shù)字我想要將其發(fā)送到 textbox7" 之間。
查看完整描述

1 回答

?
largeQ

TA貢獻(xiàn)2039條經(jīng)驗(yàn) 獲得超8個(gè)贊

嘗試這個(gè):


webBrowser.Url = new Uri("http://files.jga.so/stackoverflow/input.html");


webBrowser.DocumentCompleted += (sender, eventArgs) =>

{

? ? ?var eleNormal = (IHTMLInputElement)webBrowser.Document.GetElementById("normal").DomElement;

};

查看完整回答
反對 回復(fù) 2024-01-20
  • 1 回答
  • 0 關(guān)注
  • 202 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號