Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用我编写的 php 类上传和 xml 文件。我需要的是我需要检查 xml 中是否存在 ReadingDate 。
<ProductCollect ReadingDate="2013-09-12T11:39:57.763">
我可以获得 ProductCollect 但如何访问 ReadingDate?
使用 XPath 获取属性
/ProductCollect/@ReadingDate