Update 2.0

This commit is contained in:
Yoshiko
2020-01-19 02:16:14 +08:00
committed by GitHub
parent 54db38511d
commit b21d47c55c
7 changed files with 94 additions and 48 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'))