来自Knockout教程:
为什么会这样?
虽然这不?
视图模型
// This is a simple *viewmodel* - JavaScript that defines the data and behavior of your UI function Appviewmodel() { this.firstName = "Bert"; this.lastName = "Bertington"; }
值绑定会影响元素的value属性,文本绑定会更改元素的内部文本.
通过写作
您正在尝试更改输入元素的内容.并且输入不允许内容.