from importlib import import_module. import requests.exceptions. m = import_module('random') # 等价import random. v1 = m.randint(1, ...
確定! 回上一頁