JavaScript 布尔值可以有以下两个值之一:true
或者false
。
您可以使用Boolean()
判断表达式是否为真的函数:
或者更简单:
(10 > 9)
亲自试一试 »
Name | Description |
---|---|
constructor | Returns the function that created JavaScript's Boolean prototype |
prototype | Allows you to add properties and methods to the Boolean prototype |
toString() | Converts a boolean value to a string, and returns the result |
valueOf() | Returns the primitive value of a boolean |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!