Parser: Configuration resolution
The function of this module is to configure parsing files
PS: Configuration file FAQ:
A user profile is a collection of settings and files for the user to load the desired environment when the user logs on to the computer or when the user is using the software. It includes all user-specific configuration settings, such as program items, screen colors, network connections, printer connections, mouse settings, and window size and location.
Many of the configuration files in the development process are as follows
Of course, it can be written as JSON, a dictionary of configuration files, then how does Python parse it?
There are only two configuration documents, not the one with the beginning, because each configuration document has a default, that is, direct printing does not print, but can be obtained to
And then go inside the value just like a dictionary value.
Dir will get a lot of ways
python-Module-configparser