修复javdb抓取bug
This commit is contained in:
mo_yy
2020-01-21 01:20:40 +08:00
parent c073a1e253
commit 241ff00a0b
10 changed files with 132 additions and 95 deletions

View File

@@ -101,3 +101,5 @@ def main(number2):
}
js = json.dumps(dic, ensure_ascii=False, sort_keys=True, indent=4, separators=(',', ':'), ) # .encode('UTF-8')
return js
#print(main('SIRO-3607'))