Skip to content

python从多级字典中,获取你给的key对应的值和你给的key所在的路径; scan a multilevel dict to find the value and `route` of key you given;

Notifications You must be signed in to change notification settings

guanrongjia/find-route-multilevel-dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

this demo show you how to sacn a dict to find the value that you given. it records the value and the router of zhe key you given . there are a lot of ways to realize it, hrer is just one way , enjoy coding!

这个演示程序向你展示了如何通过字典查找你所给出的值。 它记录了你给出的密钥的值和路由。 有很多方法可以实现,这只是一种方式。

date: 2019/01/30 powered by guanrongjia

About

python从多级字典中,获取你给的key对应的值和你给的key所在的路径; scan a multilevel dict to find the value and `route` of key you given;

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages