3
<input type="text" data-bind="value: classCode, valueUpdate: 'afterkeydown', event: { keypress: doSomething}">

我看不到我输入的号码。

4

1 回答 1

2

您应该向可观察对象本身添加一个处理程序:

viewMOdel.classCode.subscribe(function() { ... });
于 2012-07-30T00:28:55.427 回答