importlib从字符串import库

cooolr 于 2021-03-04 发布
from importlib import import_module

os = import_module("os")

print(os.cpu_count())