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.
在 Android 中,有没有办法检查 webkit 使用的 cookie 是否已过期?CookieManager.getCookie(url)没有有效期。
CookieManager.getCookie(url)
好吧,您必须先将 cookie 检索到 Cookie(org.apache.http.cookie.Cookie)对象,然后使用“
isExpired(日期日期)
" 如果此 cookie 已过期,则返回 true。
您还可以使用测试日期
获取过期日期()
.