valueof meaning in English
获取布尔型对象的值(返回值为布尔型)
获取布尔型物件的值(返回值为布尔型)
Examples
- 1 tin the above table shows the absolute valueof temperature in degrees centigrade
1表中t是以摄氏度表示温度的绝对值 - For example , the static factory method boolean . valueof ( string ) is almost always preferable to the constructor boolean ( string )
为了避免造成重复创建对象,如果一个类提供了静态的方法来创建对象,最好是优先使用静态方法。