window.name = 'ByteDance&(12405)#39;; function A () {    this.name = 123; } A.prototype.getA = function(){         console.log(this);         return this.name + 1; } let a = new A(); let funcA = a.getA; funcA(); 这个输出好像是ByteDance1