返回参数 a 和 b 的逻辑且运算结果
输入描述:
false, true
输出描述:
false
示例1
输入
false, true
输出
false
加载中...
function and(a, b) { }