js中 swith 与 break位置的细节

function aa(a) { switch (a) { case 1: console.log("A") break; case 2: console.log("B") case 3:
相关文章
相关标签/搜索