COOKIE提取

import re
cookie=''
pt_key=re.findall('(pt_key=.*?;)',cookie)
pt_pin=re.findall('(pt_pin=.*?;)',cookie)
print(''.join(pt_key+pt_pin))
posted @ 2022-05-23 16:37  Luciferl  阅读(125)  评论(0编辑  收藏  举报