我使用带有插件 can.Map.delegate 的 canJs,我想要这个,但它不起作用,“好的”没有显示在控制台中。
你可以帮帮我吗 ?
$(函数(){ var 路由 = can.Control({ '{can.route} id=3':函数(数据){ console.log("ok"); } }); var routeDelegate = can.route(":id"); can.route.ready(); routeDelegate.delegate("id", "set"); 新路由(文档); can.route.attr("id", 3); });
感谢