修改字段 meaning in Chinese
modify field
Examples
- Keyword is used to modify a declaration of a field or local variable
关键字用于修改字段或局部变量的声明。 - A setter modifies the value of a field , whereas a getter obtains its value
Setter修改字段的值,而getter获取它的值。 - Specify specifies that the value of the field or the local variable cannot be modified
指定无法修改字段或局部变量的值。 - This is useful when you need to modify the original value contained in the field
在需要修改字段所包含的原始值时,这将很有用。 - Individual fields can be hidden or restricted by modifying the field properties see figure 4
可以通过修改字段属性来隐藏或限制单个字段(参见图4 ) 。