This website requires JavaScript.
Explore
Help
Register
Sign In
Jeremy_liu
/
AI0814_jiaoan_public
Watch
7
Star
6
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
AI0814_jiaoan_public
/
w1_d2
/
deepseek_api.py
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
6 lines
83 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
更新w1_d3
2026-09-22 14:33:44 +08:00
import
json
b
=
{
1
:
2
}
a
=
'{"name":null}'
b
.
get
(
1
)
j
=
json
.
loads
(
a
)
print
(
j
.
get
(
'name'
))
Reference in New Issue
Copy Permalink