当前位置:主页 > >
时间:2020-04-13 22:14:42 | 栏目: | 点击:次
function demo(this) { console.log(this); }
Uncaught SyntaxError: Unexpected token this
function demo(obj){ console.log(obj); }