0
我已經定義了this.username
;然而,當它在一個函數中時,它會得到undefined
如何檢索它的值?JavaScript - 當該函數處於函數內部時,'this'指針不確定
Parse.User.logIn(this.username, this.password, {
success: function(user) {
//gets undefined
console.log('username is : ', this.username);
}});
Got you!它的工作,非常感謝! –
沒問題。別客氣 :) – Karim