合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# AddCookie `AddCookie(Key, Value)` `Key-{String}` `Value-{Variant}` 添加要随请求发送的cookie。 ``` Dim Request As New WebRequest Request.AddCookie "a", "abc" Request.AddCookie "b", 123 '// -> Header: Cookie: a=abc; b=123; ```