从浏览器中复制的以下数据, 并不能直接使用
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 替换