摘要: 引自:http://www.w3cplus.com/css/front-end-web-development-quiz.htmlQ7:下面代码弹出值是什么?x = 1;function bar() { this.x = 2; return x;}var foo = new bar();... 阅读全文
posted @ 2014-07-09 16:56 xngeer 阅读(567) 评论(0) 推荐(0)