要查看暂存区文件的内容,可以使用以下命令:
```bash
git show :<文件名>
```
例如,要查看暂存区中文件`example.txt`的内容,可以使用命令:
git show :example.txt
这样就会显示该文件的内容。