假值 meaning in Chinese
false value
Examples
- An fd : booleanfield is a field that has a value of true or false . usually is rendered as a checkbox
真假值栏位是一种只有真值或假值的栏位.经常转换成检查方块 - The result of this addition is that the page will be shown with live data , rather than the dummy value of 1012
添加的这段代码的结果是页面显示时有了真实数据,而不是1012这个假值。 - In the above example , i did not have a value until the grep was executed , so instead of assigning it a special fake value and then using a while , we can use a do - until loop and follow a more natural flow
在上例中, $ i在执行grep之前没有值,因此,我们可以使用一个do - until循环并采用一种更自然的流程,而不是给它赋一个特殊的假值( fake value )然后再使用while 。