我该如何使用
[{type:'Fred',link:'google.com'},
{type:'Ethel',link:'google.com'},
{type:'Rick',link:'google.com'},
{type:'Lucy',link:'google.com'}]
代替
[Ethel,Rick,Lucy]
所以现在我在 URL 输入中看到 [object Object] 但我想在那里看到 URL。
我尝试了 kids.url 和 kids.$.url 但没有奏效
原文 http://jsbin.com/yuyawo/6/edit?html,js,output
我试过的那个