0
我試圖嘲弄mongodb map-reduce。javascript對象問題
function some_function(){
....
call_some (some_object);
....
}
function call_some (some_object){
// In here,
// How could I use this keyword instead of some_object?
// some_object.something => this.something
}
在JavaScript或jQuery的使用
Function
的
call
method