File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ msgid ""
661661":class:`Element` instance."
662662msgstr ""
663663"根据一个字符串常量解析 XML 的节。 与 :func:`XML` 类似。 *text* 是包含 XML 数据的字符串。 *parser* "
664- "是可选的解析器实例。 如果未给出,则会使用标准 :class:`XMLParser`。 返回一个 :class:`Element` 实例。"
664+ "是可选的解析器实例。 如果未给出,则会使用标准 :class:`XMLParser` 解析器 。 返回一个 :class:`Element` 实例。"
665665
666666#: ../../library/xml.etree.elementtree.rst:575
667667msgid ""
@@ -670,6 +670,8 @@ msgid ""
670670"optional parser instance. If not given, the standard :class:`XMLParser` "
671671"parser is used. Returns an :class:`Element` instance."
672672msgstr ""
673+ "根据一个字符串片段序列解析 XML 文档。 *sequence* 是包含 XML 数据片段的列表或其他序列对象。 *parser* 是可选的解析器实例。"
674+ " 如果未给出,则会使用标准的 :class:`XMLParser` 解析器。 返回一个 :class:`Element` 实例。"
673675
674676#: ../../library/xml.etree.elementtree.rst:585
675677msgid ""
@@ -1534,3 +1536,6 @@ msgid ""
15341536"https://www.w3.org/TR/2006/REC-xml11-20060816/#NT-EncodingDecl and "
15351537"https://www.iana.org/assignments/character-sets/character-sets.xhtml."
15361538msgstr ""
1539+ "包括在 XML 输出中的编码格式字符串应当符合适当的标准。 例如 \" UTF-8\" 是有效的,但 \" UTF8\" 是无效的。 请参阅 "
1540+ "https://www.w3.org/TR/2006/REC-xml11-20060816/#NT-EncodingDecl 和 "
1541+ "https://www.iana.org/assignments/character-sets/character-sets.xhtml。"
You can’t perform that action at this time.
0 commit comments