Array (
[und] => Array (
[0] => Array (
[tid] => 37
[taxonomy_term] => stdClass Object (
[tid] => 37
[vid] => 9
[name] => $10 - $20
**[description] => $10 - $20**
[format] => filtered_html
[weight] => 1
[vocabulary_machine_name] => prices
)
)
)
)
一直在尝试这样的事情:
print $node->field_price['und']['0']['tid']->taxonomy_term;
它就像一个嵌套数组,里面也有一个对象。我不太确定如何获取似乎在其中的对象内的 [description] 属性。
有什么帮助吗?请!