Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jinja 的模板继承。我的一些子模板具有 unicode 字符,当尝试在父模板中呈现时,出现以下错误:
UnicodeDecodeError: 'utf8' codec can't decode byte 0xf3 in position 292: invalid continuation byte
如果我不使用模板继承,而只是在同一个文件上呈现所有内容,我不会收到任何错误。 有没有办法可以将子模板解码为 UTF-8,或者你会推荐什么解决方案?
谢谢。
希望您已经找到了答案,但请尝试将以下内容添加到您的模板中。
<form method="POST" action="" enctype="multipart/form-data>