摘要:
import jsonjson.JSONEncoder点进去 python原生支持的序列化类型class JSONEncoder(object): + + + | Python | JSON | + + + | dict | object | + + + | list, tuple | array 阅读全文
posted @ 2019-02-05 21:03
xcwei32
阅读(64)
评论(0)
推荐(0)
摘要:
# 函数参数 ( 必须参数,位置,关键字 )def test_kwargs(arg1, *args, **kwargs): print("=="*100) print('Required argument: ',arg1) for v in args: print('Optional argumen 阅读全文
posted @ 2019-02-05 19:05
xcwei32
阅读(65)
评论(0)
推荐(0)
浙公网安备 33010602011771号