那麽VB可以使用以下方法來獲取這個文本框的值:webbrowser 1 . document . getelementbyid(\" txt 1 \")。價值或者:webbrowser 1 . document . getelements" />
當前位置:成語大全網 - 書法字典 - VB通過WebBrowser1調用JS變量“name”的等值,並顯示在網頁文本框中。現在的問題是:VB如何讀取這些值?

VB通過WebBrowser1調用JS變量“name”的等值,並顯示在網頁文本框中。現在的問題是:VB如何讀取這些值?

例如,有:

& ltinput id = txt 1 name = text 1 type = text value = " ABC 123 " >

那麽VB可以使用以下方法來獲取這個文本框的值:

webbrowser 1 . document . getelementbyid(" txt 1 ")。價值

或者:

webbrowser 1 . document . getelementsbyname(" text 1 ")(0)。價值

或者:

webbrowser 1 . document . getelementsbytagname(" input ")(0)。假設這個輸入是整個頁面的第壹個輸入。