vb中WebBrowser打开一个text中指定的网址并显示

2024-12-14 05:25:52
推荐回答(1个)
回答1:

Private Sub Command1_Click()
WebBrowser1.Navigate Text1.Text
End Sub