1. java.text.Format ...................................................................................................................... 2
1.1. Format 的方法 ............................................................................................................. 2
1.2. Format 的子类 ............................................................................................................. 2
1.3. DateFormat 的用法 ..................................................................................................... 2
1.4. MessageFormat 的用法 .............................................................................................. 2
1.5. NumberFormat 的用法 ............................................................................................... 3
1.5.1. NumberFormat 的介绍 ................................................................................... 3
1.5.2. 子类 DecimalFormat ....................................................................................... 3
1.5.3. 子类 ChoiceFormat ......................................................................................... 3
1.5.4. ChoiceFormat 的例子 ..................................................................................... 3
1.5.5. ChoiceFormat 的 pattern 构造方法 ............................................................... 4
1.5.6. 其它的数字格式化 ........................................................................................... 4
2. java.util.Formatter .................................................................................................................. 5
2.1. 介绍 ............................................................................................................................... 5
2.2. 转换 (conversion).......................................................................................................... 5
2.2.1. 常规 ................................................................................................................... 5
2.2.2. 字符 ................................................................................................................... 6
2.2.3. 整数 ................................................................................................................... 6
2.2.4. 浮点 ................................................................................................................... 6
2.2.5. 日期 /时间 .......................................................................................................... 6
2.2.6. 百分比 ............................................................................................................... 6
2.2.7. 行分隔符 ........................................................................................................... 6
2.3. 标志 (flags) .................................................................................................................... 6
2.4. 宽度 (width) .................................................................................................................. 6
2.5. 精度 (.precision) ........................................................................................................... 6
3. java.util.regex.Pattern ............................................................................................................ 7
3.1. 介绍 ............................................................................................................................... 7
3.2. 关于 regex .................................................................................................................... 7
3.3. Matcher( 匹配器 ) ......................................................................................................... 7