标签: javascript window this javascript-objects
1.为return $this->hasMany(Image::class); 显示
return $this->hasMany(Image::class);
未捕获的ReferenceError:分配中的左侧无效 同时window = {}正在运作?
2. this={}正在运行,但没有使窗口对象变空?
this={}
答案 0 :(得分:1)
在执行上下文中,您无法为this关键字赋值,因为它是不可变的。
this
答案 1 :(得分:0)
这是一个关键字
窗口是一个全局对象