【发布时间】:2015-09-21 04:03:09
【问题描述】:
下面是我的对象。我想发送对象内部存在的“554b9960f046be881a344779”。
{
_id: {
_str : "554b9960f046be881a344779"
},
title : "Hello world"
}
我试过<a href="{{pathFor 'article' _id = _id._str}}" > {{title}} </a>,但没有用。
【问题讨论】:
标签: meteor handlebars.js iron-router meteorite