我正在使用这个路由器代码:
Ngin.Router.map(function(match) {
"use strict";
this.route('index', {path: '/'});
this.route('article', {path: '/technical/:url/'});
});
我需要以某种方式在serialize
方法中获取单击的元素 url,以便我可以从模型中获取该文章的数据。我看起来很明显应该如何在 an 的情况下执行此操作,id
但我不知道如何使用url
.