前言

easydict允许以属性的方式访问dict类型,且可以递归地访问,使用起来比较方便。

安装

pip install easydict

使用

 

参考

1. easydict;

相关文章: