-
-
Notifications
You must be signed in to change notification settings - Fork 63
建议加个Setcookie #51
Copy link
Copy link
Open
Description
我参考你的getcookie自己实现了, 但是感觉还是得有设置的
if wv.WebView2_2 == nil {
wv.WebView2_2, _ = wv.CoreWebView2.GetICoreWebView2_2()
}
manager, _:= wv.WebView2_2.GetCookieManager()
cookie, _:= manager.CreateCookie("my_session_id", "1211", "admin.123111cj.cn", "/")
manager.AddOrUpdateCookie(cookie)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels