markdown python ElementTree的tostring方法返回字节而不是字符串

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown python ElementTree的tostring方法返回字节而不是字符串相关的知识,希望对你有一定的参考价值。

take care when user this method, only if the encoding of this method is unicode, it will return str else byte will be back. official document as:

<strong>Use encoding="unicode" to generate a Unicode string (otherwise, a bytestring is generated).</strong>

also find a useful website: [pymotw](https://pymotw.com/3/#)

以上是关于markdown python ElementTree的tostring方法返回字节而不是字符串的主要内容,如果未能解决你的问题,请参考以下文章

python markdown干啥用的

python-markdown

python [markdown_to_toc] make_markdown_to_html#toc #python_markdown

python markdown 实验

怎么用c或python读取markdown文件中的信息

目标检测:数据增强方法及代码实现