This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
zhihao.gu
/
CheckCardBoxAndDefectServer
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
41ba573c51
Ramos
Etiquetas
master
CheckCardBoxAnd...
/
Test
/
test01.py
test01.py
101 B
Histórico
Em bruto
1
2
3
4
5
6
import json
text = '''{"asda": 666, "abb": 656, "gsd": 123}'''
data = json.loads(text)
print(data)