2
billlee 2015 年 11 月 17 日
首先确认 taobao/ 在 sys.path 中,然后
Python 2: from __future__ import absolute_import import taobao Python 3: import taobao |