【JavaScript】前端代码基础问答题

function test() { var x = 1; var bar = function() { console.log(this.x); } var obj1 = {x: 1}; var ob
相关文章
相关标签/搜索