There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
有多个模块的名称只有大小写不同。
这可能导致在使用其他case语义的文件系统上编译时出现意外行为。
原因:import时,文件引入的路径描述不统一,所以保留一种引入风格即可解决。
a.风格1
b.风格2