AttributeError: 'str' object has no attribute '__buffer__'

 

 

 出现如上错误的原因是:AttributeError: 'str' object has no attribute '__buffer__'

 

 解决办法:找到'hello world',在前面加b,即是b'hello world',

AttributeError: 'str' object has no attribute '__buffer__'

 

 

参考:https://blog.csdn.net/jing16337305/article/details/80351460

 

相关文章:

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