方法一:
>>> help('modules') Please wait a moment while I gather a list of all available modules... .... Enter any module name to get more help. Or, type "modules spam" to search for modules whose descriptions contain the word "spam".
方法二:
>>> import sys >>> sys.modules
Leave a Reply