增加章节内每小节跳转

This commit is contained in:
yankuangshi
2014-06-10 23:49:16 +02:00
parent 8af7bf0bca
commit 58c87ae68e

View File

@ -4,10 +4,10 @@
本页内容包含: 本页内容包含:
- 枚举语法Enumeration Syntax - [枚举语法Enumeration Syntax](#enumeration_syntax)
- 匹配枚举值与`Switch`语句Matching Enumeration Values with a Switch Statement - [匹配枚举值与`Switch`语句Matching Enumeration Values with a Switch Statement](#matching_enumeration_values_with_a_switch_statement)
- 关联值Associated values - [关联值Associated values](#associated_values)
- 原始值Raw values - [原始值Raw values](#raw_values)
**枚举**定义了一个通用类型的一组相关的值,使你可以在你的代码中以一个安全的方式来使用这些值。 **枚举**定义了一个通用类型的一组相关的值,使你可以在你的代码中以一个安全的方式来使用这些值。