会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
没有捷径
随笔档案-2021年03月
Python 开发日志总结一
2021-03-26 09:34 by sogouo, 103 阅读,
收藏
,
摘要: 开发中常用Debug Trips 打印技巧 在开发中调试中经常打印 json 字符串为了在屏幕上看着更美观舒服 json 字符串对象 import json string = '{"name": "张三", "age": "10"}' print(json.dumps(string, indent=
阅读全文
0 Comment
About