Example#. JS // data model var person = { name: ko.observable('Jack'), age: ko.observable(29) }; ko.applyBindings(person);.
確定! 回上一頁