240 发简信
IP属地:北京
  • [python] ImportError: Attempted relative import

    当直接run某个.py文件,而这个.py文件中有诸如: from . import x from .. import y 的导入语句时,就会报上...