Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有相当于 Wpf/SilverlightnotifyPropertyChanged方法的 Knockoutjs?如何在 UI 中手动调用属性更新?
notifyPropertyChanged
valueHasMutated是你要找的:
valueHasMutated
viewModel.name.valueHasMutated();