darasion
V2EX  ›  问与答

警告框里弹出的是什么?

  •  
  •   darasion · Mar 6, 2011 · 4693 views
    This topic created in 5606 days ago, the information mentioned may be changed or developed.
    <script>
    var obj={};
    obj.a=function(){
    (function(){
    alert(this);
    })();
    }
    obj.a();
    </script>
    4 replies    1970-01-01 08:00:00 +08:00
    Yeasiz
        1
    Yeasiz  
       Mar 6, 2011
    this ?
    chone
        2
    chone  
       Mar 6, 2011
    window.document
    chone
        3
    chone  
       Mar 6, 2011
    @chone 不对说错了,我的意思是指window这个对象
    apoclast
        4
    apoclast  
       Mar 8, 2011
    还要看在哪个闭包里跑吧
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   968 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 46ms · UTC 19:48 · PVG 03:48 · LAX 12:48 · JFK 15:48
    ♥ Do have faith in what you're doing.