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.
已经弄清楚了 - 需要value在元素的属性中连接组名和选项值,如下所示:
value
<option data-bind="text: $data, attr: { value: $parent.ControllerName + ';' + $data }"></option>