摘要:
写出运行结果,说明理由。<script type="text/javascript">function test(num) { this.m_num = 5; var func1 = function() { alert(num); alert(this.m_num); } this.func2 = function() { func1(); } this.func3 = func1;}new test(1).func2();new test(1).func3();</script>运行结果:1undefined15点击查看DemoHTTP 缓存ht 阅读全文
posted @ 2011-02-19 15:30
leavingme
阅读(209)
评论(0)
推荐(0)

浙公网安备 33010602011771号