js +与?优先级

var val = 'smtg';
console.log('Value is ' + (val === 'smtg') ? 'Something' : 'Nothing'); // A. Value is Something
// B. Value is Nothing
// C. NaN
// D. other

答案是D

输出

"Something"
上一篇:利用sfc文件构建网络渗透


下一篇:第五周java学习总结