从浏览器中复制的以下数据, 并不能直接使用
refresh:0
start:0
count:20
selected_categories:%7B%7D
uncollect:false
playable:true
tags:
在python中需转为字典类型
{
'refresh': '0',
'start': '0',
'count': '20',
'selected_categories': '%7B%7D',
'uncollect': 'false',
'playable': 'true',
'tags': '',
}
操作如下,
Ctrl+R 替换






![【PWN · Stack Smash】[2021 鹤城杯]easyecho](https://img-blog.csdnimg.cn/3286ed7a192649d68588888b63a46a07.png)
![解决问题:python PermissionError: [WinError 5]拒绝访问](https://img-blog.csdnimg.cn/d45e761c98454943ae2d59a40f9d37af.png)













