我想将一个help()页面作为字符串分配给变量; 例如
help()
a = help("class") print a
这有可能,我该怎么做呢?
python python-2.7
python ×1
python-2.7 ×1