标签: python python-import
以下不起作用,可能是因为包是一个字符串列表。有没有办法在python中有这样的循环?
packages=['numpy','scipy'] for p in packages: import p