SOURCE
JavaScript
Result
function
f
(
)
{ alert(
this
.x+
this
.y); }
var
o={
x
:
1
,
y
:
2
,
z
:
3
} f.apply(o); f.call(o);
console 命令行工具
X
clear
>
console