首页
归类
搜索
趣链
memos
关于
importlib从字符串import库
cooolr 于 2021-03-04 发布
from
importlib
import
import_module
os
=
import_module
(
"os"
)
print
(
os
.
cpu_count
())