0
点赞
收藏
分享

微信扫一扫

Python KeyError: ‘companyind_text‘

时光已翩然轻擦 2022-12-05 阅读 166


#使用get()
a={“aaa”:666}
b= a.get(‘companyind_text’) # 公司类型


举报

相关推荐

0 条评论