摘要: { var a = 2 } console.log(a); // 2 { let b = 3; } console.log(b); // err b is not defined 阅读全文
posted @ 2017-05-01 13:55 ax=null 阅读(108) 评论(0) 推荐(0)