Python 有兩種import 方法,absolute import 及relative import。Absolute import 就是完整使用module 路徑,relative import 則是使用以當前package為參考的相對路徑。
確定! 回上一頁