Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将.html和.htm用于 xcode 4.3.2 (phonegap) 时有什么区别?我的文件不会通过 xcode 创建应用程序。我在尝试模板文件时注意到它是 .htm?
什么是最佳实践?
.htm扩展名是用于在 FAT16 文件系统(DOS 6 和更早版本使用)上存储 HTML 文档的约定。
.htm
.html是所有其他系统的约定。
.html
据推测,PhoneGap 并不期望 HTML 文档具有 DOS 文件扩展名,因为它是在此类系统不再普遍使用十多年后创建的。