在使用python3 docx 处理word文档时遇到报错: 2023-07-08 10:54:36 浏览数 (1) 在使用python3 docx 处理word文档时遇到报错:ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes or control characters原因是需要输出的字符中含有ASCII编码:ETX找到并替换掉后,python代码正常运行,供类似问题解决参考 ascii docx python3 word 编码 0 人点赞 上一篇:分享雷军22年前编写的代码