对于此绑定:
<a data-bind='click: $root.thisValue '>
相应的剔除函数将“链接”作为参数:
this.thisValue = function(link) {
'link' 参数是如何设置的?它似乎没有在数据绑定中设置?
对于此绑定:
<a data-bind='click: $root.thisValue '>
相应的剔除函数将“链接”作为参数:
this.thisValue = function(link) {
'link' 参数是如何设置的?它似乎没有在数据绑定中设置?