newechoes/src/content/理解计算机/python/解析/xml.md

16 lines
169 B
Markdown
Raw Normal View History

2025-04-19 01:06:52 +08:00
---
title: xml
date: 2024-06-06T23:51:47Z
tags: []
---
`/`表示层级关系,第一个是根目录
2025-04-19 01:06:52 +08:00
`text()`拿文本
2025-04-19 01:06:52 +08:00
`//`后代
2025-04-19 01:06:52 +08:00
`*`:通配符
2025-04-19 01:06:52 +08:00
`@属性`:属性值