gpt4 book ai didi

javascript - 改变 ko.observable 的值

转载 作者:行者123 更新时间:2023-12-03 01:09:43 24 4
gpt4 key购买 nike

我有一个名为“totalLength”的对象的 ko.observable 属性。在使用应用程序时,我想物理修改此属性的新值。我怎样才能做到这一点?

我可以通过显示预览所需属性的值:

alert(feature.totalLength());

所以我知道就是这个。但是当我给它分配一个新值时:

feature.totalLength() = 10;

我收到错误:

ReferenceError:左侧赋值无效

为什么?

最佳答案

ko.observable 是一个函数,因此您需要设置像 feature.totalLength(10) 这样的值。

关于javascript - 改变 ko.observable 的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14159574/

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