| Methods | Description |
|---|---|
Int Count() | 返回在之前文档处理步骤中检测到的字段数量。 |
InputField GetAt( Int index ) | 使用数组索引返回一个字段。 |
Logic HasFieldName( String name ) | 检查数组中是否包含指定名称的字段。 |
InputField GetByName( String name ) | 使用字段名称返回一个字段。 |
| Methods | Description |
|---|---|
Int Count() | 返回在之前文档处理步骤中检测到的字段数量。 |
InputField GetAt( Int index ) | 使用数组索引返回一个字段。 |
Logic HasFieldName( String name ) | 检查数组中是否包含指定名称的字段。 |
InputField GetByName( String name ) | 使用字段名称返回一个字段。 |