网络技术问题 | jQuery 测验 |第 3 组 |问题 11
从下面的代码片段中找到赋值的上下文:
variable: var geeks = this. In TypeScript
(A) printScope => console.log 这个
(B)极客 = 这个 printScope -> console.log 极客
(C) printScope => console.log @
(D)以下所有答案: (D)
说明:赋值的上下文是 printScope => console.log this , geek = this printScope -> console.log geek , printScope => console.log @ 。
这个问题的测验
如果您在上面的帖子中发现任何错误,请在下方评论