我有ff:
stdClass Object
(
[id] => 1
[contest_id] => 520
[type] => terms
[name] => Terms and conditions
[lang] => en_US
[slug] => asdf
[anchor_text] =>
[title] => asdf
[body] =>
asdfasdfasdfasdf
asdfasfasfsad
asdfasdfasdfasdfasdf
[created] => 2013-05-22 18:40:30
[modified] => 2013-05-22 18:40:30
[Media] => Array
(
)
)
我想获取每个值并通过 html 在页面中输出它们。
我如何获得ff?
<h1> Object[name] </h1>
<p> Object[body]</p>
and so on and so on...