导航

2012年7月11日

摘要: 写个例子一目了然。var testWith={ name:'tom', action:function(){ alert('tom,tom');}};with(testWith){ alert(name); action();} 阅读全文

posted @ 2012-07-11 15:03 surealland 阅读(101) 评论(0) 推荐(0) 编辑