📜  相对导入与绝对导入 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:56.391000             🧑  作者: Mango

代码示例1
Absolute vs. Relative Import.
An absolute import uses the full path (starting from the project's root folder) to the desired module to import.
A relative import uses the relative path (starting from the path of the current module) to the desired module to import.