1
JhZ7z587cYROBgVQ Jun 15, 2016
map(lambda name: os.popen('python {}.py').format(name), ['a', 'b', 'c']) 这样子?感觉比较挫,坐等楼下的好办法
|
2
just4test Jun 15, 2016 |
5
maowu Jun 15, 2016
用__import__()这个函数如何?把每个爬取文件作为库动态导入。
|
6
ryanking8215 Jun 16, 2016
|
7
ZoomQuiet Jun 16, 2016
import them all as one work line
or just usage bash |
8
Neagle OP @ryanking8215 非常感谢,麻烦再说详细点,新手,还有点看不懂,谢谢。
|