Lyddddding
Results
1
comments of
Lyddddding
> var person = { > 名称:“ axuebin”, > 年龄:25 > }; > 函数say(job){ > console.log(this.name +“:” + this.age +“” + job); > } > say.call(person,“ FE”); // axuebin:25 >...