Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找如何以 VB 的形式将 Cookie 从 WebBrowser 控件获取到 TextBox。
我在另一个软件上检查但我需要将其传输到 TextBox CFID=683314 的示例 cookie;CFTOKEN=29469955
请帮忙。
我想这就是你要找的。
TextBox1.Text = WebBrowser1.Document.Cookie