摘要: 1 var a = {f:'11',b:[1,2,3,4]};2 with(a){3 eval("alert(b[3])")// alert(4)4 } 阅读全文
posted @ 2013-12-28 10:20 刘小氓 阅读(236) 评论(0) 推荐(0) 编辑