cx-extractor-python
cx-extractor-python copied to clipboard
print 和 write输出结果都有问题
Traceback (most recent call last):
File "testEnglish.py", line 11, in <module>
textfile.write(text)
TypeError: write() argument must be str, not coroutine
print则会显示内存地址,而不是文本 不管是在testEnglish.py还是我自己写的脚本中都有这个问题 多线程小白不知道怎么处理 提前谢谢