Currently if one wants to delete some cookies, the way to do it is not really obvious: new_cookies = [] for c in session.cookie_jar: if check(c): ...
確定! 回上一頁