add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# nokogiri
> 一款 HTML、XML、SAX 和 Reader 解析器。
> 更多信息:<https://nokogiri.org>。
- 解析 URL 或文件的内容:
`nokogiri {{url|path/to/file}}`
- 作为特定类型解析:
`nokogiri {{url|path/to/file}} --type {{xml|html}}`
- 在解析之前加载特定的初始化文件:
`nokogiri {{url|path/to/file}} -C {{path/to/config_file}}`
- 使用特定编码进行解析:
`nokogiri {{url|path/to/file}} --encoding {{encoding}}`
- 使用 RELAX NG 文件进行验证:
`nokogiri {{url|path/to/file}} --rng {{url|path/to/file}}`