【JavaScript】前端代碼基礎問答題

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