如何像Chrome的网络面板一样获取信息[网络面板 - >名称]专门使用Visual Basic。
我想监控网络活动,如果包含某些内容的名称,则会使用它来执行某些操作。喜欢:
Dim usercontent as String = Nothing
If networkname.tostring.contains("user") then
usercontent = networkname.tostring.replace("user", "")
End If
答案 0 :(得分:0)
就像@tgolisch在评论中所说的那样:“谷歌Chrome开发工具不是用.net编写的,而且他们没有.net API。”因此,您无法使用.net。
访问此区域