import os <--通过os.system()引用from os import * <---直接system()引用,不建议使用from os import argvimport multiprocessing as mp <---通过mp.xxx引用