摘要: https://python-wordpress-xmlrpc.readthedocs.io/en/latest/examples/posts.html#custom-post-types 阅读全文
posted @ 2023-05-07 21:30 郭小睿 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 修改打开client.py文件 原代码: def feed(self, data): self._parser.Parse(data, 0) 改成如下的代码: def feed(self, data): self._parser.Parse(data.strip(), 0) 阅读全文
posted @ 2023-05-07 21:28 郭小睿 阅读(88) 评论(0) 推荐(0) 编辑