Import os
os.path.jion('usr','bin','spam')
回车显示属性错误,说'ntpath'没有属性'jion'
字母打错了
import os os.path.join('usr','bin','spam')