one fable-low hijack cell
pair ini / xml
envelope zh_huo_q
ordering AB
effort low
Chinese '或' with explicit question marker — '{X}或{Y}?'
verdictpicked xml (second-offered)
· classifierB
· tiernone
response (200 chars)
# XML 还是 INI?
这取决于你的使用场景。简单对比一下:
## INI 适合
- **简单的键值对配置**(如数据库连接、应用设置)
- 需要**人工手动编辑**的场景
- 配置结构扁平、层级少
- 追求轻量、可读性高
```ini
[database]
host = localhost
port = 3306
user = admin
```
## XML 适合
- **复杂的层
neighbors