已解决AttributeError set object has no attribute items(亲测)
生活随笔
收集整理的這篇文章主要介紹了
已解决AttributeError set object has no attribute items(亲测)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
AttributeError: ‘set’ object has no attribute ‘items’
出現這個問題,原因可能是定義的header有問題
正確如下:
header={“key”:“value”}
如果是直接在請求數據中復制,很有可能會忽略鍵和值的冒號。
來源:https://blog.csdn.net/Blossoming/article/details/88691085
總結
以上是生活随笔為你收集整理的已解决AttributeError set object has no attribute items(亲测)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 一号仓库的直播间(一号仓)
- 下一篇: python算法与数据结构-冒泡排序算法