add new chinese translations
This commit is contained in:
16
pages.zh/common/xml-unescape.md
Normal file
16
pages.zh/common/xml-unescape.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# XML 解码
|
||||
|
||||
> 解码特殊的 XML 字符,例如 `<a1>` → `<a1>`。
|
||||
> 更多信息请访问:<https://xmlstar.sourceforge.net/docs.php>。
|
||||
|
||||
- 从字符串中解码特殊的 XML 字符:
|
||||
|
||||
`xml unescape "{{<a1>}}"`
|
||||
|
||||
- 从 `stdin` 中解码特殊的 XML 字符:
|
||||
|
||||
`echo "{{<a1>}}" | xml unescape`
|
||||
|
||||
- 显示帮助信息:
|
||||
|
||||
`xml escape --help`
|
Reference in New Issue
Block a user