function a(b){ alert(b); function b(){ alert(b); } b(); }a(1);为什么输出是这样的?alert: "function b(){
alert(b);
}"alert: "function b(){
alert(b);
}"
添加回答
举报
0/150
提交
取消