Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 10 years ago.
foreach($xml->NAME as $name) { echo '<div>' . $name . '</div>'; }
或者
echo '<div>' . $xml->NAME . '</div>';
如果只有 1 个条目!
示例: http://codepad.org/g6WUggDq
这是使用您提供的 XML ....应该有围绕 XML 的外部元素,如 和有效的标头
or just
if there is only 1 entry !
Example : http://codepad.org/g6WUggDq
This is using the XML you supplied .... There should be an outer element surrounding your XML like <document> and a valid header <?xml version='1.0'?>
<document>
<?xml version='1.0'?>
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
或者
如果只有 1 个条目!
示例: http://codepad.org/g6WUggDq
这是使用您提供的 XML ....应该有围绕 XML 的外部元素,如
和有效的标头or just
if there is only 1 entry !
Example : http://codepad.org/g6WUggDq
This is using the XML you supplied .... There should be an outer element surrounding your XML like
<document>
and a valid header<?xml version='1.0'?>