作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
假设我有这个 XML 文件。
<book>
<id>1</id>
<title>Harry Potter - bla bla bla</title>
<author>J.K Rowling</author>
</book>
<book>
<id>2</id>
<title>Other book</title>
<author>A Name</author>
</book>
有没有一种方法可以让我通过 PHP 读取并获得 #2 id,或者我是否必须使用 IF?像 jQuery 选择器 ':eq(2)',或 MySql 'WHERE id
=2'
最佳答案
有,试试 php 的 SimpleXML 解析器:http://php.net/manual/en/book.simplexml.php
关于PHP 使用 Where 子句读取 XML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8270535/
我是一名优秀的程序员,十分优秀!