240 发简信
IP属地:湖北
  • 一个比较复杂的js题目

    function Foo(){ getName = function(){ alert(1); }; return this; } Foo.ge...