开发中常用的25个JavaScript单行代码(小结) 1.强制布尔值要将变量强制转换为布尔值而不更改其值:constmyBoolean=!!myVariable;!!null//false!!und JavaScript常用代码