1
雖然經歷了emberjs示例代碼,我碰到這段代碼在emberjs代碼解釋App.Router.map
App.Router.map(function() {
"use strict";
this.route("channelr", {path: "/:url"});
this.route("postr", {path: "/:channel/:url"});
});
任何一個可以用例子來解釋什麼這實際上意味着,特別是url
事情