gpt4 book ai didi

javascript - 类型错误 : Object function Object() { [native code] } has no method 'observe'

转载 作者:行者123 更新时间:2023-11-30 12:55:00 25 4
gpt4 key购买 nike

我最近才知道这个函数 Object.observe() 并尝试在我的应用程序中实现。

var cs = {
name : "java",
version : "1.0"
}

cs.name = "javascript";
function doThis(){
console.log(cs.name);
}
Object.observe(cs, doThis);

但是我看到上面提到的错误。

TypeError: Object function Object() { [native code] } has no method 'observe'

有人可以阐明我在这里缺少什么吗。

最佳答案

如果我没记错的话它目前只存在于 google canary 中,它是一个非常新的 JS 原型(prototype)。

您收到此错误是因为您使用的浏览器未实现它。

关于javascript - 类型错误 : Object function Object() { [native code] } has no method 'observe' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19524375/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com