标签:csdn this 函数 调用 detail log new href details
当函数在定义的时候,this的执行并不明确,只有调用的时候才能知道其指向在哪里
new也是可以改变函数指向的
在全局作用下调用的函数的,this指向是window
来源:https://blog.csdn.net/weixin_37722222/article/details/81625826
标签:csdn this 函数 调用 detail log new href details
原文地址:https://www.cnblogs.com/panjingshuang/p/11620008.html