bootstrap/ ├─css/ │ ├─ bootstrap.css │ ├─ bootstrap.min.css ├─js/ │ ├─ bootstrap.js │ ├─ bootstrap.min.js ├─img/ │ ├─ glyphicons-halflings.png │ ├─ glyphicons-halflings-white.png └─README.md 下载之后的Bootstrap包含三个文件夹:css、js和img。为简单起见,请大家把这三个文件夹放到项目根目录中。CSS和JavaScript文件分别有一个压缩版,可以根据需要选择一个版本,没必要在项目中同时包含两个版本。我一般开发时使用未压缩版,而在发布时使用压缩版本。