> For the complete documentation index, see [llms.txt](https://denglj.gitbook.io/essential-go/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://denglj.gitbook.io/essential-go/15-range-statement.md).

# 15 range语句

- [遍历字符串、切片、映射](https://denglj.gitbook.io/essential-go/15-range-statement/range-over-string-slice-map.md)
- [遍历字符串](https://denglj.gitbook.io/essential-go/15-range-statement/range-over-a-string.md)
- [遍历切片](https://denglj.gitbook.io/essential-go/15-range-statement/range-over-a-slice.md)
- [遍历映射](https://denglj.gitbook.io/essential-go/15-range-statement/range-over-a-map.md)
- [遍历数据通道](https://denglj.gitbook.io/essential-go/15-range-statement/range-over-a-channel.md)
