python中如何使用help命令?

python下 help()使用方法html   查看python全部的modules:help("modules")python 单看python全部的modules中包含指定字符串的modules: help("modules yourstr")函数 查看python中常见的topics: help("topics")post 查看python标准库中的module:import os.pat
相关文章
相关标签/搜索