resent = msg.get_all(‘Resent-Date’)
AttributeError: ‘str’ object has no attribute ‘get_all’
代码部分:
resent = msg.get_all('Resent-Date') AttributeError: 'str' object has no attribute 'get_all'

错误提示:
resent = msg.get_all('Resent-Date') AttributeError: 'str' object has no attribute 'get_all'

原因:send_message()方法resent = msg.get_all('Resent-Date') AttributeError: 'str' object has no attribute 'get_all'

修改:
cconn.send_message(msg,theaccount, [‘3*****@qq.com’, ‘3*****@qq.com’])

成功!!!!!!!!!!!!!!!!!!

点个赞鼓励下小编
微信搜索【猿的一日】IT老司机等你上车
扫码加入公众号

resent = msg.get_all('Resent-Date') AttributeError: 'str' object has no attribute 'get_all'

相关文章:

  • 2021-06-28
  • 2021-12-17
  • 2021-06-16
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-28
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案