有没有大神来帮忙看下问题出在哪里?
Posted watalo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了有没有大神来帮忙看下问题出在哪里?相关的知识,希望对你有一定的参考价值。
报错:‘Document‘ object has no attribute ‘add_paragragh‘
from docx import Document class Test(object): def __init__(self): self.doc = Document() def test(self): self.doc.add_paragragh(‘test‘) if __name__ == ‘__main__‘: t = Test() t.test()
以上是关于有没有大神来帮忙看下问题出在哪里?的主要内容,如果未能解决你的问题,请参考以下文章
qtscrcpy可以正常操作,但就是黑屏,什么也不显示,大神帮忙看一下还有不有救吧?