javascript 中的if/else匹配规则是:else总是和就近的if语句匹配. 复制代码. //实际解释 if( i == j){ if(j == k) console.log('i == k'); else ...
確定! 回上一頁